Commit 95c980a0 authored by tianhongyang's avatar tianhongyang

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys...

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys into V20231129-中建一局二公司
parents 7e1a007b 2580619e
...@@ -5,7 +5,7 @@ VUE_APP_TITLE = 重庆大司空信息科技有限公司 ...@@ -5,7 +5,7 @@ VUE_APP_TITLE = 重庆大司空信息科技有限公司
ENV = 'development' ENV = 'development'
# 数字化经营履约全生命链路管理系统/开发环境 # 数字化经营履约全生命链路管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:9098' VUE_APP_BASE_API = '/prod-api'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
......
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
}, },
methods: { methods: {
async querySubmit() { async querySubmit() {
companyPage(this.queryParamsqueryParams).then(res => { companyPage(this.queryParams).then(res => {
this.isSkeleton = false; this.isSkeleton = false;
this.tableData=res.rows this.tableData=res.rows
this.tableDataTotal=res.total 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