|
@@ -175,17 +175,18 @@
|
|
|
const res = await this.refuseDocking(data);
|
|
|
if (res.errcode === 0) {
|
|
|
if (res.errmsg == 'ok') {
|
|
|
- alert(11)
|
|
|
this.$message({
|
|
|
message: '拒绝成功',
|
|
|
type: 'success',
|
|
|
});
|
|
|
- this.dockOut();
|
|
|
- this.searchInfo();
|
|
|
} else {
|
|
|
- alert('no')
|
|
|
- this.$message.error('没有更多对接产品!');
|
|
|
+ this.$message({
|
|
|
+ message: '无银行受理改需求,该需求已自动关闭',
|
|
|
+ type: 'error',
|
|
|
+ });
|
|
|
}
|
|
|
+ this.dockOut();
|
|
|
+ this.searchInfo();
|
|
|
} else {
|
|
|
this.$message.error('拒绝失败');
|
|
|
}
|