Преглед изворни кода

Merge branch 'dev' of http://git.echepei.com/tubao/Smart_platform_ui into dev

Qukatie пре 2 година
родитељ
комит
e68b1489a9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/basicData/customerInformation/detailsPageEdit.vue

+ 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;