src/views/wel/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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); } ); },