forked from qiushanhe/dm-manage-web
题库图片修改
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<el-dialog title="话术" :close-on-click-modal="false" append-to-body :visible.sync="visible" width="800px" height="700">
|
||||
<div>
|
||||
<!-- 问题 -->
|
||||
<el-input v-model="queryParams.question" placeholder="请输入问题" clearable @keyup.enter.native="queryAnswer" style="margin-bottom: 10px;"/>
|
||||
<el-input v-model="queryParams.searchValue" placeholder="请输入问题" clearable @keyup.enter.native="queryAnswer" style="margin-bottom: 10px;"/>
|
||||
|
||||
<!-- 关键词 -->
|
||||
<el-checkbox-group v-model="queryParams.keyList" @change="queryAnswer">
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
content: undefined,
|
||||
skillId: undefined,
|
||||
queryParams:{
|
||||
question: undefined,
|
||||
searchValue: undefined,
|
||||
keyList: [],
|
||||
status: 2
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user