Browse Source

Merge branch 'new_web' of http://39.108.172.131:3000/Shannon_mu/SmartCommunity into new_web

Shannon_mu 3 years ago
parent
commit
b3f75d8c50

+ 3 - 3
operationSupport/src/views/propertyManagement/index.vue

@@ -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';
         if (this.$route.query.showDialog && !this.$route.query.closeDialog) {

+ 1 - 3
operationSupport/src/views/propertyManagement/neighbor.vue

@@ -6,7 +6,7 @@
                 maxlength="11"
                 class="search-input"
                 clearable
-                v-model.trim="mixins_query.location"
+                v-model.trim="mixins_query.name"
             ></el-input>
             <el-select placeholder="请选择所属社区" v-model="mixins_query.communityId" clearable>
                 <el-option v-for="(item, index) in communityList" :key="index" :label="item.label" :value="item.id"></el-option>
@@ -166,8 +166,6 @@ export default {
             // 删除弹框信息
             deleteName: '',
             dialogVisibleDelete: false,
-            // 输入地址
-            location: '',
             //社区列表
             communityList: [],
             cols: [