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