任务管理

This commit is contained in:
liuye
2024-01-15 12:01:46 +08:00
parent 94300ec85c
commit 7a0577b1c3

View File

@@ -1,7 +1,7 @@
<template>
<ai-list class="AppAnnounce">
<template slot="title">
<ai-title title="调用任务" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
<ai-title title="调用任务" isShowBack isShowBottomBorder @onBackClick="cancelBack(true)">
<template #sub>
<span>设置居民助手的调用任务可定时发送也可立即发送</span>
</template>
@@ -267,9 +267,9 @@
}
})
},
cancel(isRefresh) {
cancelBack(isRefresh) {
this.$emit('change', {
type: 'TaskList',
type: 'List',
isRefresh: !!isRefresh
})
}