Ver Fonte

bug fix

zhangjie há 1 ano atrás
pai
commit
ebaf75c130

+ 1 - 1
src/modules/base/components/ModifyOrganization.vue

@@ -4,7 +4,7 @@
     :visible.sync="modalIsShow"
     :title="title"
     top="10vh"
-    width="448px"
+    width="520px"
     :close-on-click-modal="false"
     :close-on-press-escape="false"
     append-to-body

+ 1 - 3
src/modules/base/components/RuleSign.vue

@@ -110,9 +110,7 @@ export default {
             name: item.name,
           };
         });
-      this.basicSources = fieldSources.filter(
-        (item) => !this.stdInfoCodes.includes(item.code)
-      );
+      this.basicSources = fieldSources;
       this.tableSources = fieldSources.filter((item) =>
         this.stdInfoCodes.includes(item.code)
       );