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

售后-新接口02

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