|
@@ -311,13 +311,13 @@ export default {
|
|
|
},
|
|
|
open() {
|
|
|
if (this.typeData == "KH") {
|
|
|
- this.corpType = customerParameter;
|
|
|
+ this.corpType = customerParameter.code;
|
|
|
}
|
|
|
if (this.typeData == "GYS") {
|
|
|
- this.corpType = supplierParameter;
|
|
|
+ this.corpType = supplierParameter.code;
|
|
|
}
|
|
|
if (this.typeData == "GS") {
|
|
|
- this.corpType = companyParameter;
|
|
|
+ this.corpType = companyParameter.code;
|
|
|
}
|
|
|
this.dialogVisible = true;
|
|
|
let _this = this;
|