中心调研模板设备字段修改
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.IsOpenLostVistRead = res.Result.IsOpenLostVistRead
|
||||||
this.form.IsSupportQCDownloadImage = res.Result.IsSupportQCDownloadImage
|
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) {
|
if (Array.isArray(res.Result.NotShowFieldList) && res.Result.NotShowFieldList.length > 0) {
|
||||||
res.Result.NotShowFieldList.forEach(key => {
|
res.Result.NotShowFieldList.forEach(key => {
|
||||||
this.form[key] = false
|
this.form[key] = false
|
||||||
|
|
@ -164,7 +164,7 @@ export default {
|
||||||
let data = {
|
let data = {
|
||||||
IsOpenLostVistRead: this.form.IsOpenLostVistRead,
|
IsOpenLostVistRead: this.form.IsOpenLostVistRead,
|
||||||
IsSupportQCDownloadImage: this.form.IsSupportQCDownloadImage,
|
IsSupportQCDownloadImage: this.form.IsSupportQCDownloadImage,
|
||||||
IsCloseEquipmentSurvey: this.form.IsCloseEquipmentSurvey,
|
IsCloseEquipmentSurvey: !this.form.IsCloseEquipmentSurvey,
|
||||||
ModifyFiledList: [],
|
ModifyFiledList: [],
|
||||||
NotShowFieldList: []
|
NotShowFieldList: []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue