From d6550ddca67dc0aa68d3f07e01d72b12b6f8287a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:07:29 +0800 Subject: [PATCH] 29725 --- src/apps/AppHelpDeclaration/result.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/apps/AppHelpDeclaration/result.vue b/src/apps/AppHelpDeclaration/result.vue index bc077693..d6a318b2 100644 --- a/src/apps/AppHelpDeclaration/result.vue +++ b/src/apps/AppHelpDeclaration/result.vue @@ -23,10 +23,10 @@
- 办理意见 + *办理意见
- +
@@ -86,7 +86,10 @@ export default { if(!this.auditStatus) { return this.$u.toast('请选择处理结果') } - } + } + if (!this.description) { + return this.$u.toast('请输入办理意见') + } let url = '' let form = {} @@ -122,7 +125,7 @@ export default { } }, onShow() { - document.title = this.checkType == 1? "处理意见":this.checkType == 2? "处理结果": '' + document.title = this.status == 1? "转交": "审核处理" } }