中心调研模板设备字段修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-24 10:06:09 +08:00
parent 2f8b88b51f
commit 3901ceec45
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ export default {
})
this.form.IsOpenLostVistRead = res.Result.IsOpenLostVistRead
this.form.IsSupportQCDownloadImage = res.Result.IsSupportQCDownloadImage
this.form.IsCloseEquipmentSurvey = res.Result.IsCloseEquipmentSurvey
this.form.IsCloseEquipmentSurvey = !res.Result.IsCloseEquipmentSurvey
if (Array.isArray(res.Result.NotShowFieldList) && res.Result.NotShowFieldList.length > 0) {
res.Result.NotShowFieldList.forEach(key => {
this.form[key] = false
@ -164,7 +164,7 @@ export default {
let data = {
IsOpenLostVistRead: this.form.IsOpenLostVistRead,
IsSupportQCDownloadImage: this.form.IsSupportQCDownloadImage,
IsCloseEquipmentSurvey: this.form.IsCloseEquipmentSurvey,
IsCloseEquipmentSurvey: !this.form.IsCloseEquipmentSurvey,
ModifyFiledList: [],
NotShowFieldList: []
}