Parcourir la source

不合格 fixed

duwendi il y a 1 an
Parent
commit
0378d5478e

+ 1 - 5
src/pages/index/components/charge_price.vue

@@ -114,11 +114,9 @@ export default {
114 114
   methods: {
115 115
     getTableData() {
116 116
       const {pageNum, pageSize} = this
117
-      api.sfjgListByPage({current: 1, size: pageSize}).then(res => {
117
+      api.sfjgListByPage({current: pageNum, size: pageSize}).then(res => {
118 118
         this.tableData = res.data.records || []
119 119
         this.total = res.data.total || 0
120
-        this.pageSize = res.data.size
121
-        this.pageNum = res.data.pages
122 120
       })
123 121
     },
124 122
     getTableData2() {
@@ -126,8 +124,6 @@ export default {
126 124
       api.czjfmxListByPage({current: pageNum2, size: pageSize2}).then(res => {
127 125
         this.tableData2 = (res.data.records || []).map(item => ({...item, fee: Number(item.fee).toFixed(2)}))
128 126
         this.total2 = res.data.total || 0
129
-        this.pageSize2 = res.data.size
130
-        this.pageNum2 = res.data.pages
131 127
       })
132 128
     },
133 129
     handlePageChange() {

+ 4 - 16
src/pages/index/components/customer_complaint.vue

@@ -11,6 +11,7 @@
11 11
           <el-option label="经营服务类停车问题" value="经营服务类停车问题"></el-option>
12 12
           <el-option label="非法经营停车问题" value="非法经营停车问题"></el-option>
13 13
           <el-option label="不提供税票" value="不提供税票"></el-option>
14
+          <el-option label="设备问题" value="设备问题"></el-option>
14 15
         </el-select>
15 16
       </el-form-item>
16 17
       <el-form-item>
@@ -58,6 +59,7 @@
58 59
             <el-option label="经营服务类停车问题" value="经营服务类停车问题"></el-option>
59 60
             <el-option label="非法经营停车问题" value="非法经营停车问题"></el-option>
60 61
             <el-option label="不提供税票" value="不提供税票"></el-option>
62
+            <el-option label="设备问题" value="设备问题"></el-option>
61 63
           </el-select>
62 64
         </el-form-item>
63 65
         <el-form-item label="投诉内容" required>
@@ -92,26 +94,12 @@ export default {
92 94
         label: '非法经营停车问题'
93 95
       },
94 96
         {
95
-          value: '物业管理问题',
96
-          label: '物业管理问题'
97
+          value: '设备问题',
98
+          label: '设备问题'
97 99
         }, {
98 100
           value: '不提供税票',
99 101
           label: '不提供税票'
100 102
         }],
101
-      options2: [{
102
-        value: '南街村景区-停车场',
103
-        label: '南街村景区-停车场'
104
-      }, {
105
-        value: '漯河市中心医院地上停车场-出入口',
106
-        label: '漯河市中心医院地上停车场-出入口'
107
-      }],
108
-      options3: [{
109
-        value: '市图书馆停车场',
110
-        label: '市图书馆停车场'
111
-      }, {
112
-        value: '中山公园停车场',
113
-        label: '中山公园停车场'
114
-      }],
115 103
       columns: [
116 104
         {
117 105
           label: '投诉类型',