Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -201,7 +201,7 @@
|
|||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
:model="historySeeForm"
|
:model="historySeeForm"
|
||||||
>
|
>
|
||||||
<el-form-item class="add-form-item" label="标准编号:">
|
<el-form-item class="add-form-item" label="标准号:">
|
||||||
<div class="seeItem">{{historySeeForm.standSerialNumber}}</div>
|
<div class="seeItem">{{historySeeForm.standSerialNumber}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="add-form-item" label="标准名称:">
|
<el-form-item class="add-form-item" label="标准名称:">
|
||||||
@@ -566,6 +566,7 @@ export default {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
const arr = []
|
const arr = []
|
||||||
let questionType = []
|
let questionType = []
|
||||||
|
if (this.historySeeForm.quesType){
|
||||||
questionType = this.historySeeForm.quesType.split(',')
|
questionType = this.historySeeForm.quesType.split(',')
|
||||||
questionType.map((item) => {
|
questionType.map((item) => {
|
||||||
this.optionList.map((opr) => {
|
this.optionList.map((opr) => {
|
||||||
@@ -576,6 +577,7 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
this.historySeeForm.quesType = arr.toString()
|
this.historySeeForm.quesType = arr.toString()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 分页事件
|
// 分页事件
|
||||||
|
|||||||
Reference in New Issue
Block a user