Commit 2580619e authored by danfuman's avatar danfuman

修改

parent a96ea66e
......@@ -5,7 +5,7 @@ VUE_APP_TITLE = 重庆大司空信息科技有限公司
ENV = 'development'
# 数字化经营履约全生命链路管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:9098'
VUE_APP_BASE_API = '/prod-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......
......@@ -229,7 +229,7 @@
},
methods: {
async querySubmit() {
companyPage(this.queryParamsqueryParams).then(res => {
companyPage(this.queryParams).then(res => {
this.isSkeleton = false;
this.tableData=res.rows
this.tableDataTotal=res.total
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment