提交 f18380ba authored 作者: huaxinzhu's avatar huaxinzhu

售后-新接口02

上级 82efd311
...@@ -262,6 +262,8 @@ ...@@ -262,6 +262,8 @@
this.$message({type: 'error',message: '提现金额不足!'}); this.$message({type: 'error',message: '提现金额不足!'});
return; return;
} }
// this.form.verifycode = Number(this.form.verifycode);
addWithdrawlog(this.form).then(response => { addWithdrawlog(this.form).then(response => {
if (response.code == 0) { if (response.code == 0) {
this.msgSuccess(response.msg); this.msgSuccess(response.msg);
......
...@@ -611,10 +611,11 @@ ...@@ -611,10 +611,11 @@
/** 查询售后申请信息列表 */ /** 查询售后申请信息列表 */
getList() { getList() {
listRetreat(this.queryParams).then(response => { listRetreat(this.queryParams).then(res => {
//console.log(response.data) if(res.data) {
this.retreatList = response.data.list; this.retreatList = res.data.data;
this.total = response.data.total; this.total = res.data.count;
}
}); });
}, },
// 取消按钮 // 取消按钮
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论