xiejun
2023-12-11 1829b547b7dfa95e6ed8f73c9480c8c30369d4b2
Source/UBCS-WEB/src/views/ruleBasic/delimiterConfig.vue
@@ -226,7 +226,7 @@
      this.loading = true;
      // const targetObject = this.characterReleasedList.find(obj => obj.oid === this.selectValue);
      // const chartValue = targetObject.name;
      getList({codeRuleId: this.select, chartType: "fillerChar", chartValue: this.characterValue}).then(res => {
      getList({codeRuleId: this.select, chartType: "separator", chartValue: this.characterValue}).then(res => {
        console.log(res.data.data);
        this.tableData = res.data.data;
        this.loading = false;