From 80bf3eb01a82eef6e23d40584dbe4a1ef5d20491 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 20 Oct 2023 16:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B6=E4=BB=96=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/otherTask/otherTask.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subpkg/otherTask/otherTask.vue b/subpkg/otherTask/otherTask.vue index 0b980a5..448514c 100644 --- a/subpkg/otherTask/otherTask.vue +++ b/subpkg/otherTask/otherTask.vue @@ -161,7 +161,7 @@ // 提交 async submit() { if(!this.isReject())return; // 判断是否进行更改 - if (this.other.note.trim() == '') return Toast('详情描述不能为空'); + if (this.note.trim() == '') return Toast('详情描述不能为空'); await taskOtherTaskCommit({ id: this.task_id, note: this.note,