修复其他任务bug

This commit is contained in:
weipengfei 2023-10-20 16:24:33 +08:00
parent 6ddb2b4a07
commit 80bf3eb01a

View File

@ -161,7 +161,7 @@
// //
async submit() { async submit() {
if(!this.isReject())return; // if(!this.isReject())return; //
if (this.other.note.trim() == '') return Toast('详情描述不能为空'); if (this.note.trim() == '') return Toast('详情描述不能为空');
await taskOtherTaskCommit({ await taskOtherTaskCommit({
id: this.task_id, id: this.task_id,
note: this.note, note: this.note,