|
@@ -149,7 +149,7 @@ export default defineComponent({
|
|
|
pageSize: 1000,
|
|
|
});
|
|
|
|
|
|
- const taskWarningList = result.list.filter((it: any) => it.taskLevel === 1);
|
|
|
+ const taskWarningList = result.list.filter((it: any) => it.taskLevel === 1 && it.taskStatus === 0);
|
|
|
|
|
|
if (taskWarningList.length > 0) {
|
|
|
const alert = await alertController.create({
|