优化巡检提交的提示信息

This commit is contained in:
赵毅 2025-10-20 15:53:02 +08:00
parent 15288eaa10
commit 1f7eebd66a

View File

@ -197,8 +197,10 @@ export default {
title: '提交成功',
icon: 'success'
})
//
this.getInfo(this.taskId);
// 1
setTimeout(() => {
this.getInfo(this.taskId);
}, 1000);
} catch (error) {
uni.hideLoading();
console.error('提交失败', error)