feat: base 创建工单后跳转至我的界面
This commit is contained in:
parent
740743ea2e
commit
a64c0f1f69
|
|
@ -256,8 +256,9 @@ export default {
|
||||||
this.tvalue = "我的";
|
this.tvalue = "我的";
|
||||||
this.params.category = "owner";
|
this.params.category = "owner";
|
||||||
this.query = {};
|
this.query = {};
|
||||||
|
this.$refs.table.scrollToTop();
|
||||||
}
|
}
|
||||||
this.$refs.table.refresh()
|
this.handleQuery();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue