优化巡检提交的提示信息

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: '提交成功', title: '提交成功',
icon: 'success' icon: 'success'
}) })
// // 1
setTimeout(() => {
this.getInfo(this.taskId); this.getInfo(this.taskId);
}, 1000);
} catch (error) { } catch (error) {
uni.hideLoading(); uni.hideLoading();
console.error('提交失败', error) console.error('提交失败', error)