...
|
...
|
@@ -139,7 +139,10 @@ |
|
|
reason: this.selected.reason || this.options[0].reason
|
|
|
}, (result) => {
|
|
|
if (result.code === 200) {
|
|
|
location.reload();
|
|
|
tip('取消成功');
|
|
|
setTimeout(() => {
|
|
|
location.reload();
|
|
|
}, 1000);
|
|
|
} else if (result.code !== 500) {
|
|
|
tip(result.message);
|
|
|
}
|
...
|
...
|
|