wangting
2023-07-05 90bc8df34f290907a3ee01d05a9df5ca62b2cacc
Source/UBCS-WEB/src/mixins/codeApply.js
@@ -41,7 +41,9 @@
    }
  },
  created() {
    this.getCodeRule()
    if (this.type === 'batchImportApply') {
      this.getCodeRule()
    }
  },
  methods: {
    // 获取码值申请数据
@@ -122,7 +124,7 @@
          },
        };
      } else if (item.secType == "coderefersec") {
        params = JSON.parse(item.referConfig);
        params = JSON.parse(item.referValueInfo);
      }
      return params;
    },