|  | @@ -1283,11 +1283,14 @@ export default {
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |        const fId = row.fId || this.ids;
 |  |        const fId = row.fId || this.ids;
 | 
											
												
													
														|  |        getCorps(fId).then((response) => {
 |  |        getCorps(fId).then((response) => {
 | 
											
												
													
														|  | -        response.data.corp.deptId=response.data.corp.deptId.replace(/\[|]/g, "")
 |  | 
 | 
											
												
													
														|  | -          .replace(/\"/g, "")
 |  | 
 | 
											
												
													
														|  | -          .split(",")
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (response.data.corp.deptId) {
 | 
											
												
													
														|  | 
 |  | +          response.data.corp.deptId = response.data.corp.deptId
 | 
											
												
													
														|  | 
 |  | +            .replace(/\[|]/g, "")
 | 
											
												
													
														|  | 
 |  | +            .replace(/\"/g, "")
 | 
											
												
													
														|  | 
 |  | +            .split(",");
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  |          this.form = response.data["corp"];
 |  |          this.form = response.data["corp"];
 | 
											
												
													
														|  | -        console.log(this.form)
 |  | 
 | 
											
												
													
														|  | 
 |  | +        console.log(this.form);
 | 
											
												
													
														|  |          var contactList1 = response.data["customerContact"];
 |  |          var contactList1 = response.data["customerContact"];
 | 
											
												
													
														|  |          this.form.fTypeid = this.form.fTypeid
 |  |          this.form.fTypeid = this.form.fTypeid
 | 
											
												
													
														|  |            .replace(/\[|]/g, "")
 |  |            .replace(/\[|]/g, "")
 |