1
李喆(开发组)
2025-07-09 f1134aa7b39b67c54674f7f3a77ae7c29c8bd87e
1
已修改1个文件
5 ■■■■■ 文件已修改
src/views/wel/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/index.vue
@@ -571,7 +571,8 @@
      // 强制刷新
      this.$nextTick(() => {
        this.$refs.crud?.refreshTable();
        //this.data = this.upData;
        // this.data = this.upData;
        // this.option.defaultExpandAll = true;
      });
      // setTimeout(()=> {
      //   this.data = this.upData;
@@ -612,8 +613,8 @@
        params: obj,
      }).then(
        res => {
          resolve(res.data.data);
          this.loading = false;
          resolve(res.data.data);
        }
      );
    },