|
@@ -17,9 +17,7 @@
|
|
|
}}</el-option>
|
|
|
</el-select>
|
|
|
<el-select placeholder="请选择投诉状态" v-model="mixins_query.handleStatus" clearable>
|
|
|
- <el-option v-for="(item, index) in complaintStatusSerach" :key="index" :label="item.label" :value="item.status">{{
|
|
|
- item.label
|
|
|
- }}</el-option>
|
|
|
+ <el-option v-for="(item, index) in complaintStatusSerach" :key="index" :label="item.label" :value="item.status"></el-option>
|
|
|
</el-select>
|
|
|
<el-date-picker
|
|
|
v-model="pickerTime"
|
|
@@ -335,6 +333,8 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
+ this.mixins_query.handleStatus = '';
|
|
|
+
|
|
|
this.getCommunityList();
|
|
|
this.mixins_dataUrl = '/sc-community-web/feedback/page';
|
|
|
this.mixins_query = {};
|