|  |  | 
 |  |  |                   </el-option> | 
 |  |  |                 </el-select> | 
 |  |  |               </el-form-item> | 
 |  |  |               <el-form-item label="问题主题" prop="userName"> | 
 |  |  |               <el-form-item label="问题标题" prop="userName"> | 
 |  |  |                 <el-input | 
 |  |  |                   v-model="queryParams.userName" | 
 |  |  |                   placeholder="请输入" | 
 |  |  | 
 |  |  |                 /> | 
 |  |  |               </el-form-item> | 
 |  |  |               <el-form-item label="适用方式" prop="status"> | 
 |  |  |                 <el-select v-model="queryParams.applyway" placeholder="请选择"> | 
 |  |  |                 <el-select v-model="queryParams.suitway" placeholder="请选择"> | 
 |  |  |                   <el-option | 
 |  |  |                     v-for="item in languagelist" | 
 |  |  |                     v-for="item in mode" | 
 |  |  |                     :key="item.value" | 
 |  |  |                     :label="item.label" | 
 |  |  |                     :value="item.value" | 
 |  |  | 
 |  |  |               /><el-table-column | 
 |  |  |                 label="适用方式" | 
 |  |  |                 align="center" | 
 |  |  |                 key="application" | 
 |  |  |                 prop="application" | 
 |  |  |                 key="suitway" | 
 |  |  |                 prop="suitway" | 
 |  |  |                 width="120" | 
 |  |  |               > | 
 |  |  |                 <template slot-scope="scope"> | 
 |  |  |                   <dict-tag :options="mode" :value="scope.row.suitWay" /> | 
 |  |  |                   <dict-tag :options="mode" :value="scope.row.suitway" /> | 
 |  |  |                 </template> | 
 |  |  |               </el-table-column> | 
 |  |  |               <el-table-column | 
 |  |  | 
 |  |  |       getverbaltricklist(this.queryParams).then((res) => { | 
 |  |  |         this.userList = res.rows; | 
 |  |  |         this.loading = false; | 
 |  |  |         this.total=res.total | 
 |  |  |         this.total = res.total; | 
 |  |  |       }); | 
 |  |  |     }, | 
 |  |  |  | 
 |  |  | 
 |  |  |       addbaltrickclassify(this.classifyform).then((res) => { | 
 |  |  |         this.getDeptTree(); | 
 |  |  |         this.$modal.msgSuccess("新增成功"); | 
 |  |  |         this.classifyform = {}; | 
 |  |  |         this.dialogFormVisible = false; | 
 |  |  |       }); | 
 |  |  |     }, | 
 |  |  |     remove(a, b) { |