소스 검색

修改编辑组织列表

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
                 }
             ];