对接重点认证标准/政策合规性项目审查流程

This commit is contained in:
范强强
2023-10-26 17:03:11 +08:00
parent 8939637e58
commit c5d621f8f4
2 changed files with 19 additions and 1 deletions
@@ -413,6 +413,9 @@
this.infoTableDatas = JSON.parse(JSON.stringify(list))
this.$nextTick(() => {
this.multipleTableItemForm = JSON.parse(JSON.stringify(row))
if (!this.multipleTableItemForm.infoTableData) {
this.multipleTableItemForm.infoTableData = {}
}
this.multipleTableItemForm = {...this.multipleTableItemForm}
this.$refs['multipleTableItemRef'].clearValidate()
})
@@ -349,7 +349,6 @@
},
getData(row) {
console.log(row);
this.infoTableDatas = row.infoTableDatas || []
this.infoTableDatas = [...this.infoTableDatas]
this.multipleTableData = row.cpghbDataList || []
@@ -358,8 +357,24 @@
if (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]
},
submit(callback) {