diff --git a/src/store/modules/tagsView.js b/src/store/modules/tagsView.js index d12c8d8..418a63f 100644 --- a/src/store/modules/tagsView.js +++ b/src/store/modules/tagsView.js @@ -63,7 +63,7 @@ const mutations = { } } }, - + DEL_RIGHT_VIEWS: (state, view) => { const index = state.visitedViews.findIndex(v => v.path === view.path) if (index === -1) { @@ -112,6 +112,15 @@ const actions = { }, delView({ dispatch, state }, view) { + if (view.fullPath == '/task/manualReview') { + localStorage.removeItem('routeCheckStatus') + } + if (view.fullPath == "/patient/signRecord") { + localStorage.removeItem('serviceStatus') + } + if (view.fullPath == "/task/followup") { + localStorage.removeItem('nodeExecuteStatus') + } return new Promise(resolve => { dispatch('delVisitedView', view) dispatch('delCachedView', view) @@ -135,6 +144,15 @@ const actions = { }, delOthersViews({ dispatch, state }, view) { + if (view.fullPath != '/task/manualReview') { + localStorage.removeItem('routeCheckStatus') + } + if (view.fullPath != "/patient/signRecord") { + localStorage.removeItem('serviceStatus') + } + if (view.fullPath != "/task/followup") { + localStorage.removeItem('nodeExecuteStatus') + } return new Promise(resolve => { dispatch('delOthersVisitedViews', view) dispatch('delOthersCachedViews', view) diff --git a/src/views/manage/Auditing/index.vue b/src/views/manage/Auditing/index.vue index d60f382..7411927 100644 --- a/src/views/manage/Auditing/index.vue +++ b/src/views/manage/Auditing/index.vue @@ -1,7 +1,7 @@ @@ -168,7 +169,7 @@ export default { this.$emit("on-template", { templateId: '', templateName: '', templateContent: "" }); }, handleselect(item) { - console.log(item.id,'id') + console.log(item.id, 'id') this.handleselectId = item.id this.handleselectName = item.textMessageName this.$emit("on-template", { templateId: item.id, templateName: item.textMessageName, templateContent: item.templateContent }); @@ -238,6 +239,10 @@ export default { padding: 0 !important; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + ::v-deep .el-input-number .el-input__inner { text-align: left; } diff --git a/src/views/system/components/miniProgram.vue b/src/views/system/components/miniProgram.vue index f28ca97..98cdab0 100644 --- a/src/views/system/components/miniProgram.vue +++ b/src/views/system/components/miniProgram.vue @@ -1,6 +1,7 @@ @@ -235,6 +236,10 @@ export default { text-align: left; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .app-container { display: inline-block; padding: 0 !important; diff --git a/src/views/system/components/officialAccount.vue b/src/views/system/components/officialAccount.vue index af64b95..161a8c9 100644 --- a/src/views/system/components/officialAccount.vue +++ b/src/views/system/components/officialAccount.vue @@ -70,10 +70,10 @@ - + @@ -236,6 +236,10 @@ export default { text-align: left; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .app-container { display: inline-block; padding: 0 !important; diff --git a/src/views/system/components/propaganda.vue b/src/views/system/components/propaganda.vue index e792e92..b6de9ef 100644 --- a/src/views/system/components/propaganda.vue +++ b/src/views/system/components/propaganda.vue @@ -1,6 +1,7 @@ @@ -284,6 +285,10 @@ export default { padding: 0 !important; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .propagandaselect { width: 100px; height: 100px; diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue index 4ed9852..eba7483 100644 --- a/src/views/system/components/question.vue +++ b/src/views/system/components/question.vue @@ -1,6 +1,7 @@ @@ -200,6 +201,10 @@ export default { };