问题修复
This commit is contained in:
parent
5df25fc7e5
commit
62a608695d
|
|
@ -10,9 +10,9 @@ export default {
|
||||||
title: '加载中'
|
title: '加载中'
|
||||||
})
|
})
|
||||||
// request 触发前拼接 url
|
// request 触发前拼接 url
|
||||||
args.url = 'https://www.opsoul.com' + args.url;
|
// args.url = 'https://www.opsoul.com' + args.url;
|
||||||
// args.url = 'http://192.168.2.42:80' + args.url;
|
// args.url = 'http://192.168.2.42:80' + args.url;
|
||||||
// args.url = 'http://127.0.0.1:80' + args.url;
|
args.url = 'http://127.0.0.1:80' + args.url;
|
||||||
if (args.data) {
|
if (args.data) {
|
||||||
args.data.deptId = globalData.deptId;
|
args.data.deptId = globalData.deptId;
|
||||||
args.data.from = globalData.from;
|
args.data.from = globalData.from;
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,7 @@
|
||||||
params.orderStatus = this.tabHeaderList[this.tabCur].type;
|
params.orderStatus = this.tabHeaderList[this.tabCur].type;
|
||||||
if (this.tabCur === 0) {
|
if (this.tabCur === 0) {
|
||||||
params.payStatus = 0;
|
params.payStatus = 0;
|
||||||
|
params.exceptOrderStatus = 6;
|
||||||
}
|
}
|
||||||
let res = await this.$request.qryOrderPage(params);
|
let res = await this.$request.qryOrderPage(params);
|
||||||
let rowsLength = res.rows.length;
|
let rowsLength = res.rows.length;
|
||||||
|
|
@ -200,7 +201,6 @@
|
||||||
console.error(e)
|
console.error(e)
|
||||||
this.$refs.loadStatusBar.showLoadErr();
|
this.$refs.loadStatusBar.showLoadErr();
|
||||||
}
|
}
|
||||||
console.log(this.pageParams)
|
|
||||||
},
|
},
|
||||||
tabSelect(e) {
|
tabSelect(e) {
|
||||||
this.tabCur = e.currentTarget.dataset.id;
|
this.tabCur = e.currentTarget.dataset.id;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue