未符合项整改库--查看页面和历史数据的查看页面信息

This commit is contained in:
Mr.Z
2021-08-04 15:46:52 +08:00
parent 6a2c61479c
commit f1715c39bd
@@ -201,7 +201,7 @@
style="width: 100%;"
:model="historySeeForm"
>
<el-form-item class="add-form-item" label="标准号:">
<el-form-item class="add-form-item" label="标准号:">
<div class="seeItem">{{historySeeForm.standSerialNumber}}</div>
</el-form-item>
<el-form-item class="add-form-item" label="标准名称:">
@@ -566,6 +566,7 @@ export default {
this.$nextTick(() => {
const arr = []
let questionType = []
if (this.historySeeForm.quesType){
questionType = this.historySeeForm.quesType.split(',')
questionType.map((item) => {
this.optionList.map((opr) => {
@@ -576,6 +577,7 @@ export default {
})
})
this.historySeeForm.quesType = arr.toString()
}
})
},
// 分页事件