|
@@ -117,8 +117,7 @@
|
117
|
117
|
</div>
|
118
|
118
|
</template>
|
119
|
119
|
<script>
|
120
|
|
-import api from "@/api/audit.js";
|
121
|
|
-import api1 from "@/api/article_z";
|
|
120
|
+import api from "@/api/article_z";
|
122
|
121
|
|
123
|
122
|
export default {
|
124
|
123
|
components: {},
|
|
@@ -292,48 +291,48 @@ export default {
|
292
|
291
|
},
|
293
|
292
|
getTableData() {
|
294
|
293
|
const {pageNum, pageSize, searchWords} = this
|
295
|
|
- api1.getStaticResource_Cccx({current:pageNum, size:pageSize, carParkName: searchWords}).then(res => {
|
|
294
|
+ api.getStaticResource_Cccx({current:pageNum, size:pageSize, carParkName: searchWords}).then(res => {
|
296
|
295
|
this.tableData = res.data.records || []
|
297
|
296
|
this.total = res.data.total
|
298
|
297
|
})
|
299
|
298
|
},
|
300
|
299
|
getTableData2() {
|
301
|
|
- api1.getStaticResource_Bwcx({current: this.pageNum2, size:this.pageSize2, berthCode: this.searchWords2}).then(res => {
|
|
300
|
+ api.getStaticResource_Bwcx({current: this.pageNum2, size:this.pageSize2, berthCode: this.searchWords2}).then(res => {
|
302
|
301
|
this.tableData2 = res.data.records || []
|
303
|
302
|
this.total2 = res.data.total
|
304
|
303
|
})
|
305
|
304
|
},
|
306
|
305
|
|
307
|
306
|
getTableData3() {
|
308
|
|
- api1.getStaticResource_Jkcx({current: this.pageNum3, size:this.pageSize3, deviceCode: this.searchWords3}).then(res => {
|
|
307
|
+ api.getStaticResource_Jkcx({current: this.pageNum3, size:this.pageSize3, deviceCode: this.searchWords3}).then(res => {
|
309
|
308
|
this.tableData3 = res.data.records || []
|
310
|
309
|
this.total3 = res.data.total
|
311
|
310
|
})
|
312
|
311
|
},
|
313
|
312
|
|
314
|
313
|
getTableData4() {
|
315
|
|
- api1.getStaticResource_Sbcx({current: this.pageNum4, size:this.pageSize4, deviceCode: this.searchWords4}).then(res => {
|
|
314
|
+ api.getStaticResource_Sbcx({current: this.pageNum4, size:this.pageSize4, deviceCode: this.searchWords4}).then(res => {
|
316
|
315
|
this.tableData4 = res.data.records || []
|
317
|
316
|
this.total4 = res.data.total
|
318
|
317
|
})
|
319
|
318
|
},
|
320
|
319
|
|
321
|
320
|
getTableData5() {
|
322
|
|
- api1.getStaticResource_Dwcx({current: this.pageNum5, size:this.pageSize5, unitName: this.searchWords5}).then(res => {
|
|
321
|
+ api.getStaticResource_Dwcx({current: this.pageNum5, size:this.pageSize5, unitName: this.searchWords5}).then(res => {
|
323
|
322
|
this.tableData5 = res.data.records || []
|
324
|
323
|
this.total5 = res.data.total
|
325
|
324
|
})
|
326
|
325
|
},
|
327
|
326
|
|
328
|
327
|
getTableData6() {
|
329
|
|
- api1.getStaticResource_Bazycx({current: this.pageNum6, size:this.pageSize6, unitName: this.searchWords6}).then(res => {
|
|
328
|
+ api.getStaticResource_Bazycx({current: this.pageNum6, size:this.pageSize6, unitName: this.searchWords6}).then(res => {
|
330
|
329
|
this.tableData6 = res.data.records || []
|
331
|
330
|
this.total6 = res.data.total
|
332
|
331
|
})
|
333
|
332
|
},
|
334
|
333
|
|
335
|
334
|
getTableData7() {
|
336
|
|
- api1.getStaticResource_Pczycx({current: this.pageNum7, size:this.pageSize7, carParkName: this.searchWords7}).then(res => {
|
|
335
|
+ api.getStaticResource_Pczycx({current: this.pageNum7, size:this.pageSize7, carParkName: this.searchWords7}).then(res => {
|
337
|
336
|
this.tableData7 = res.data.records || []
|
338
|
337
|
this.total7 = res.data.total
|
339
|
338
|
})
|