对接重点认证标准/政策合规性项目审查流程
This commit is contained in:
+3
@@ -413,6 +413,9 @@
|
|||||||
this.infoTableDatas = JSON.parse(JSON.stringify(list))
|
this.infoTableDatas = JSON.parse(JSON.stringify(list))
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.multipleTableItemForm = JSON.parse(JSON.stringify(row))
|
this.multipleTableItemForm = JSON.parse(JSON.stringify(row))
|
||||||
|
if (!this.multipleTableItemForm.infoTableData) {
|
||||||
|
this.multipleTableItemForm.infoTableData = {}
|
||||||
|
}
|
||||||
this.multipleTableItemForm = {...this.multipleTableItemForm}
|
this.multipleTableItemForm = {...this.multipleTableItemForm}
|
||||||
this.$refs['multipleTableItemRef'].clearValidate()
|
this.$refs['multipleTableItemRef'].clearValidate()
|
||||||
})
|
})
|
||||||
|
|||||||
+16
-1
@@ -349,7 +349,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
getData(row) {
|
getData(row) {
|
||||||
console.log(row);
|
|
||||||
this.infoTableDatas = row.infoTableDatas || []
|
this.infoTableDatas = row.infoTableDatas || []
|
||||||
this.infoTableDatas = [...this.infoTableDatas]
|
this.infoTableDatas = [...this.infoTableDatas]
|
||||||
this.multipleTableData = row.cpghbDataList || []
|
this.multipleTableData = row.cpghbDataList || []
|
||||||
@@ -358,8 +357,24 @@
|
|||||||
if (res.infoTableData) {
|
if (res.infoTableData) {
|
||||||
res.infoTableData = JSON.parse(res.infoTableData)
|
res.infoTableData = JSON.parse(res.infoTableData)
|
||||||
}
|
}
|
||||||
|
res.gZeroDate = this.$moment(res.gZeroDate).format('YYYY-MM-DD')
|
||||||
|
res.gOneDate = this.$moment(res.gOneDate).format('YYYY-MM-DD')
|
||||||
|
res.gTwoDate = this.$moment(res.gTwoDate).format('YYYY-MM-DD')
|
||||||
|
res.gThreeDate = this.$moment(res.gThreeDate).format('YYYY-MM-DD')
|
||||||
|
res.gFourDate = this.$moment(res.gFourDate).format('YYYY-MM-DD')
|
||||||
|
res.gFiveDate = this.$moment(res.gFiveDate).format('YYYY-MM-DD')
|
||||||
|
res.gSixDate = this.$moment(res.gSixDate).format('YYYY-MM-DD')
|
||||||
|
res.gSevenDate = this.$moment(res.gSevenDate).format('YYYY-MM-DD')
|
||||||
|
res.gEightDate = this.$moment(res.gEightDate).format('YYYY-MM-DD')
|
||||||
|
res.gNineDate = this.$moment(res.gNineDate).format('YYYY-MM-DD')
|
||||||
|
res.gTenDate = this.$moment(res.gTenDate).format('YYYY-MM-DD')
|
||||||
|
res.gElevenDate = this.$moment(res.gElevenDate).format('YYYY-MM-DD')
|
||||||
|
res.gTwelveDate = this.$moment(res.gTwelveDate).format('YYYY-MM-DD')
|
||||||
|
res.gThirteenDate = this.$moment(res.gThirteenDate).format('YYYY-MM-DD')
|
||||||
|
res.conceptPlanReleaseTime = this.$moment(res.conceptPlanReleaseTime).format('YYYY-MM-DD')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
console.log(this.multipleTableData);
|
||||||
this.multipleTableData = [...this.multipleTableData]
|
this.multipleTableData = [...this.multipleTableData]
|
||||||
},
|
},
|
||||||
submit(callback) {
|
submit(callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user