Commit 57ad0829 authored by liudong1993's avatar liudong1993

1

parent cb1b5074
......@@ -4194,14 +4194,14 @@ else if (Type==2) {
},
//获取列表
getTuikuan() {
this.apipost('OnlinePay_get_GetOrderPayMoneyInfo', this.queryMsg, res => {
if (res.data.resultCode == 1) {
this.tuiDataList = res.data.data.pageData;
this.queryMsg.total = res.data.data.count;
} else {
// this.apipost('OnlinePay_get_GetOrderPayMoneyInfo', this.queryMsg, res => {
// if (res.data.resultCode == 1) {
// this.tuiDataList = res.data.data.pageData;
// this.queryMsg.total = res.data.data.count;
// } else {
}
}, err => {})
// }
// }, err => {})
},
handleCurrentChange(val) {
this.queryMsg.pageIndex = val;
......
......@@ -2907,12 +2907,12 @@
},
//获取列表
getTuikuan() {
this.apipost('OnlinePay_get_GetOrderPayMoneyInfo', this.queryMsg, res => {
if (res.data.resultCode == 1) {
this.tuiDataList = res.data.data.pageData;
this.queryMsg.total = res.data.data.count;
}
}, err => {})
// this.apipost('OnlinePay_get_GetOrderPayMoneyInfo', this.queryMsg, res => {
// if (res.data.resultCode == 1) {
// this.tuiDataList = res.data.data.pageData;
// this.queryMsg.total = res.data.data.count;
// }
// }, err => {})
},
goassets(ID, OtherType) {
this.$router.replace({
......
......@@ -170,16 +170,16 @@ export default {
this.getList();
},
getList(){ //获取列表
this.loading =true;
this.apipost('OnlinePay_get_GetOrderPayMoneyInfo',this.msg,res=>{
this.loading = false;
if(res.data.resultCode==1){
this.dataList = res.data.data.pageData;
this.msg.total = res.data.data.count;
}else{
this.Error(res.data.message);
}
},err=>{})
// this.loading =true;
// this.apipost('OnlinePay_get_GetOrderPayMoneyInfo',this.msg,res=>{
// this.loading = false;
// if(res.data.resultCode==1){
// this.dataList = res.data.data.pageData;
// this.msg.total = res.data.data.count;
// }else{
// this.Error(res.data.message);
// }
// },err=>{})
},
//订单来源
getOrderlist() {
......
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