Browse Source

bug修改

master
尹作梅 6 years ago
parent
commit
06237d683e
  1. 2
      src/views/modules/group/group-approve.vue
  2. 2
      src/views/modules/group/topic-list.vue

2
src/views/modules/group/group-approve.vue

@ -74,6 +74,8 @@ export default {
this.$nextTick(() => {
if (this.dataForm.id) {
this.getInfo()
this.dataForm.state = '10'
this.dataForm.processingOpinions = ''
}
})
},

2
src/views/modules/group/topic-list.vue

@ -38,7 +38,7 @@
</el-select>
</el-form-item>
<el-form-item label="关键词" prop="keyword">
<el-input v-model="dataForm.keyword" placeholder=""></el-input>
<el-input v-model="dataForm.keyword" placeholder="" clearable ></el-input>
</el-form-item>
<el-form-item label="排序方式">
<el-select v-model="dataForm.orderType" clearable

Loading…
Cancel
Save