修复其他任务bug
This commit is contained in:
parent
6ddb2b4a07
commit
80bf3eb01a
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user