@@ -81,6 +81,7 @@
async finalSx(value){
const res = await this.credit({id:this.sxid,money:value});
this.$checkRes(res, '授信成功', '授信失败');
+ this.goBack();
},
// 返回
goBack() {