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? "转交": "审核处理" } }