修改报事报修

This commit is contained in:
2025-09-06 17:15:19 +08:00
parent 026ab919e7
commit a42559a936
8 changed files with 383 additions and 47 deletions

View File

@@ -134,10 +134,9 @@
async realSubmit() {
let res = await this.$u.api.addOrder2(this.repairInfo);
if (res.code == '200') {
// 关闭页面前发送事件通知前页面刷新
uni.$emit('refreshData', '');
// 返回上一页
uni.navigateBack();
uni.navigateTo({
url: '/pages/sys/user/myRepair/repaired'
});
}
},