diff --git a/src/main.js b/src/main.js index 4b2ed44e3..1d627a4fd 100644 --- a/src/main.js +++ b/src/main.js @@ -72,8 +72,12 @@ router.beforeEach(function (to, from, next) { let prcName = to.query.prcName; let prcType = to.query.prcType; let routerType = to.query.routerType; + let unShowReceipt = to.query.unShowReceipt; let param = "taskIds=" + taskId + "&prcId=" + prcId + "&prcNum=" + prcNum + "&prcName=" + prcName + "&prcType=" + prcType; + if (unShowReceipt) { + param += "&unShowReceipt=" + unShowReceipt + } let param4 = { path: path, token: token, diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index ba5a71b0c..d26d3ab7a 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -535,6 +535,11 @@ export default { message: '删除成功!' }); this.getTree() + } else if(!res.ok) { + this.$message({ + type: 'warning', + message: res.message + }); } }) }).catch(() => { diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 4a88f9d6e..cdc08821f 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -354,9 +354,10 @@
{{ sarStandardsInfoEO.standCode }}