巡检页面,提交之后重新请求数据,使禁用状态实时刷新

This commit is contained in:
赵毅 2025-09-29 11:46:11 +08:00
parent c54b0dd1ad
commit c87d3dfb5d

View File

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