wangting
2025-01-13 a7021b7620d04b04ffcd084ea07704b37b15be0a
Source/plt-web/plt-web-ui/src/views/systemModel/systemConfig/index.vue
@@ -346,7 +346,7 @@
          this.lastIndex = newIndex;
        },
        () => {
          this.selectList = [];
          this.selectList = [row];
        }
      );
    },
@@ -448,9 +448,7 @@
      exportSysConf(params).then(res => {
        func.downloadFileByBlobHandler(res);
        this.$message.success('导出成功');
      }).catch(err => {
        this.$message.error(err);
      })
      });
    }
  }
}