新增操作完成自动会跳页面

This commit is contained in:
weipengfei 2023-09-22 18:16:30 +08:00
parent d7eac097f9
commit afa354464d

View File

@ -169,7 +169,7 @@
this.tipShow = false;
this.$nextTick(() => {
Toast('已通过');
this.initData();
uni.navigateBack();
})
},
async noPass() {
@ -182,7 +182,7 @@
this.modalShow = false;
this.$nextTick(() => {
Toast('已拒绝');
this.initData();
uni.navigateBack();
})
},
priview(url) {