|
@@ -659,7 +659,7 @@ export default {
|
|
|
this.$toast.success('提交成功');
|
|
this.$toast.success('提交成功');
|
|
|
this.rejectReasonShow = false;
|
|
this.rejectReasonShow = false;
|
|
|
// 从审批列表过来的原路返回
|
|
// 从审批列表过来的原路返回
|
|
|
- if (this.$router.query.source && this.$router.query.source == 'newStoreApprovalList') {
|
|
|
|
|
|
|
+ if (this.$route.query.source && this.$route.query.source == 'newStoreApprovalList') {
|
|
|
this.onClickLeft();
|
|
this.onClickLeft();
|
|
|
} else {
|
|
} else {
|
|
|
// 从提醒系统过来的直接关闭当前窗口
|
|
// 从提醒系统过来的直接关闭当前窗口
|