中心调研模板设备字段修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2f8b88b51f
commit
3901ceec45
|
|
@ -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: []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue