Commit 022dc0fc authored by Hagsn3's avatar Hagsn3

添加字段

parent 94f934c6
......@@ -837,6 +837,7 @@ export default {
jcRank: '',
jcFacadeCy: undefined,
jcFacadeBl: undefined,
jcCause: '',
jcResult: '1',
remarks: '',
approveStatus: '0'
......@@ -856,6 +857,7 @@ export default {
twoJcDate: undefined,
limitOne: '',
limitTwo: '',
limitThree: '',
businessId: undefined,
standardOne: undefined,
standardTwo: undefined,
......@@ -1236,6 +1238,7 @@ export default {
this.inspectInfoList.jcRank = response.data.jcRank
this.inspectInfoList.jcFacadeCy = response.data.jcFacadeCy
this.inspectInfoList.jcFacadeBl = response.data.jcFacadeBl
this.inspectInfoList.jcCause = response.data.jcCause
this.inspectInfoList.jcResult = response.data.jcResult
this.inspectInfoList.remarks = response.data.remarks
console.log(this.inspectInfoList)
......@@ -1246,6 +1249,7 @@ export default {
this.inspectJbAl2o3List.twoJcDate = response.data.twoJcDate
this.inspectJbAl2o3List.limitOne = response.data.limitOne
this.inspectJbAl2o3List.limitTwo = response.data.limitTwo
this.inspectJbAl2o3List.limitThree = response.data.limitThree
this.inspectJbAl2o3List.businessId = response.data.businessId
this.inspectJbAl2o3List.standardOne = response.data.standardOne
this.inspectJbAl2o3List.standardTwo = response.data.standardTwo
......@@ -1711,6 +1715,7 @@ export default {
jcRank: '',
jcFacadeCy: undefined,
jcFacadeBl: undefined,
jcCause: '',
jcResult: '1',
remarks: '',
approveStatus: '0'
......@@ -1724,6 +1729,7 @@ export default {
twoJcDate: undefined,
limitOne: undefined,
limitTwo: undefined,
limitThree: undefined,
businessId: undefined,
standardOne: undefined,
standardTwo: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment