浏览代码

修改编辑组织列表

11wqe1 2 周之前
父节点
当前提交
1ced997ce3
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
                 }
             ];