This commit is contained in:
yanran200730
2022-07-27 14:47:15 +08:00
parent 4f62c5cb9d
commit 26f5483182
3 changed files with 33 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail class="AppAnnounceAdd">
<ai-detail class="AppAnnounceAdd" v-loading="isLoading">
<template slot="title">
<ai-title :title="id ? '编辑居民群发' : '添加居民群发'" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title>
@@ -256,7 +256,7 @@
</template>
<template #footer>
<el-button @click="cancel">取消</el-button>
<el-button type="primary" @click="confirm(0)" style="width: 120px;" v-loading="isLoading">通知成员发送</el-button>
<el-button type="primary" @click="confirm(0)" style="width: 120px;">通知成员发送</el-button>
<el-button type="primary" @click="confirm(1)">定时发送</el-button>
</template>
</ai-detail>
@@ -578,9 +578,7 @@
...this.fileList
]
if (sendType === 0) {
this.isLoading = true
}
this.isLoading = true
this.instance.post(`/app/appmasssendingtask/addOrUpdate`, {
...this.form,
id: this.params.id,