feat: base 创建工单后跳转至我的界面

This commit is contained in:
caoqianming 2025-11-13 13:47:42 +08:00
parent 740743ea2e
commit a64c0f1f69
1 changed files with 2 additions and 1 deletions

View File

@ -256,8 +256,9 @@ export default {
this.tvalue = "我的";
this.params.category = "owner";
this.query = {};
this.$refs.table.scrollToTop();
}
this.$refs.table.refresh()
this.handleQuery();
}
},
};