Parcourir la source

修改编辑组织列表

11wqe1 il y a 2 semaines
Parent
commit
1ced997ce3
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/components/organList.vue

+ 3 - 3
src/components/organList.vue

@@ -473,9 +473,9 @@ export default {
                     functionName: "updateOrgan2N",
                     id: this.nid,
                     name: this.orgName,
-                    code: this.randomCode,
-                    code2: this.randomCode2,
-                    detail: this.orgDetail,
+                    code: this.randomCode || '',
+                    code2: this.randomCode2 || '',
+                    detail: this.orgDetail || '',
                     area: this.regionC
                 }
             ];