曹冬冬 5 lat temu
rodzic
commit
88bf273326
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/testData/testData.js

+ 1 - 0
src/views/testData/testData.js

@@ -626,6 +626,7 @@ export default {
           api.saveAnalyseBag(param).then(res => {
             if (res.success) {
               this.$message.success("保存成功");
+              this.getCondition();
             } else {
               this.$message.error("数据加载失败,请重试");
             }