Commit 57ad0829 authored by liudong1993's avatar liudong1993

1

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