安全环保检查全局遮罩层问题

pet-2.0
LiuJiaNan 2025-05-23 13:52:24 +08:00
parent c7a49574e3
commit aac8f5a645
1 changed files with 0 additions and 6 deletions

View File

@ -747,9 +747,6 @@ export default {
return
}
}
uni.showLoading({
title: '加载中'
});
let index = this.form.inspectorList.findIndex(item => {
return item.INSPECTION_USER_ID === this.userInfo.USER_ID
})
@ -781,7 +778,6 @@ export default {
INSPECTORJSON: JSON.stringify(this.form.inspectorList),
SITUATIONJSON: JSON.stringify(this.form.situationList),
HIDDENJSON: JSON.stringify(this.form.hiddenList),
loading: false
}
}
resData = this.INSPECTION_ID ? await setSafetyenvironmentalEdit_plus(params) : await setSafetyenvironmentalAdd_plus(params)
@ -797,7 +793,6 @@ export default {
INSPECTORJSON: JSON.stringify(this.form.inspectorList),
SITUATIONJSON: JSON.stringify(this.form.situationList),
HIDDENJSON: JSON.stringify(this.form.hiddenList),
loading: false
}
resData = this.INSPECTION_ID ? await setSafetyenvironmentalEdit(params) : await setSafetyenvironmentalAdd(params)
}
@ -817,7 +812,6 @@ export default {
}
}
Promise.all(PromiseArr).then(() => {
uni.hideLoading()
uni.showToast({
title: this.INSPECTION_ID ? '修改成功' : '添加成功',
})