Procházet zdrojové kódy

修改编辑组织列表

11wqe1 před 2 týdny
rodič
revize
1ced997ce3
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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
                 }
             ];