Explorar el Código

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

Qukatie hace 2 años
padre
commit
e68b1489a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;