-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 车
+
+
+
+
+
+
+
+
+
diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue
index 16b5dc7..27ff966 100644
--- a/src/views/taskManagement/index.vue
+++ b/src/views/taskManagement/index.vue
@@ -580,7 +580,6 @@ export default {
this.getList()
} else {
this.paging.page = val
- // console.log(val)
this.queryParams.pageNum = val
this.getList()
}
@@ -605,15 +604,7 @@ export default {
res.data.forEach((item, index) => {
this.devNameArr.push({ devName: item.devName, devCode: item.id })
})
- // console.log(this.devNameArr)
})
- // queryPointList(this.queryParams).then((response) => {
- // console.log(response)
- // this.pointList = response.rows
- // // this.paging.total = response.total
- // // this.paging.total = this.cheshiList.length
- // // this.loading = false
- // })
},
// 取消按钮
cancel() {
diff --git a/vue.config.js b/vue.config.js
index 6994cea..a92caae 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://127.0.0.1:8030`,
+ target: `http://127.0.0.1:8030`,
+ // target: `http://192.168.0.110:8030`,
// target: `http://120.77.94.227:8030`,
// target: `http://xiaowen.vaiwan.com`,
changeOrigin: true,