fix:任务创建和下达状态可以删除

This commit is contained in:
shijing 2024-03-28 16:37:55 +08:00
parent d1e997fcb5
commit f0b4dc4634
3 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@
</el-header>
<el-main class="nopadding">
<scTable
ref="tables"
ref="table"
:apiObj="apiUtask"
row-key="id"
stripe
@ -516,7 +516,7 @@ export default {
this.paramsUtask.start_date__gte = "";
this.paramsUtask.end_date__lte = "";
}
this.$refs.tables.refresh();
this.$refs.table.refresh();
},
},
};

View File

@ -46,7 +46,7 @@
</el-header>
<el-main class="nopadding">
<scTable
ref="tables"
ref="table"
:apiObj="apiUtask"
row-key="id"
stripe
@ -584,7 +584,7 @@ export default {
this.paramsUtask.start_date__gte = "";
this.paramsUtask.end_date__lte = "";
}
this.$refs.tables.refresh();
this.$refs.table.refresh();
},
},
};

View File

@ -39,7 +39,7 @@
</el-header>
<el-main class="nopadding">
<scTable
ref="tables"
ref="table"
:apiObj="apiUtask"
row-key="id"
stripe
@ -479,7 +479,7 @@ export default {
this.paramsUtask.start_date__gte = "";
this.paramsUtask.end_date__lte = "";
}
this.$refs.tables.refresh();
this.$refs.table.refresh();
},
},
};