任务管理
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user