| | |
| | | <div class="question-item" v-for="(item, index) in tItem.questionList" :key='index' |
| | | v-show="tItem.isShowQList"> |
| | | <div class="question-name"> |
| | | <div class="key">{{ index + 1 }}、{{ item.itemsName }}</div> |
| | | <div class="key">{{ index + 1 }}、{{ item.itemsNameTitle }}</div> |
| | | <div class="value"><el-radio v-model="radio" label="1" disabled>存在</el-radio> |
| | | <el-radio v-model="radio" label="2" disabled>不存在</el-radio> |
| | | </div> |
| | |
| | | qItem.children.forEach(qChild => { |
| | | if (qChild.id == item.itemId) { |
| | | item.qType = qItem.title |
| | | item.itemsNameTitle = qChild.title |
| | | } |
| | | }) |
| | | }) |
| | |
| | | }) |
| | | this.loading = false |
| | | this.selectionClear() |
| | | }).catch(err => { |
| | | setTimeout(() => { |
| | | this.loading = false |
| | | }, 300) |
| | | }) |
| | | getDistrictTree({ |
| | | filterFlag: 1 |
| | |
| | | const column = this.findObject(this.option.column, "articleList") |
| | | column.dicData = res.data.data |
| | | this.loading = false |
| | | }).catch(err => { |
| | | setTimeout(() => { |
| | | this.loading = false |
| | | }, 300) |
| | | }) |
| | | }, |
| | | updateFb (row) { |