caojunjie před 2 roky
rodič
revize
91962b7b3a

+ 1 - 1
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -1236,7 +1236,7 @@ export default {
           if (typeof this.form.corpsTypeId == "object") {
             this.form.corpsTypeId = this.form.corpsTypeId.join(",");
           }
-          if (typeof this.form.corpsTypeId == "object"){
+          if (typeof this.form.line == "object"){
             this.form.line = this.form.line.join(",")
           }
           this.disabled = true;