推送任务

This commit is contained in:
liuye
2024-01-09 16:07:07 +08:00
parent d38355ba37
commit d0a7759428
3 changed files with 6 additions and 4 deletions

View File

@@ -710,7 +710,7 @@ export default {
this.$emit('change', { this.$emit('change', {
type: 'AnnounceList', type: 'AnnounceList',
isRefresh: !!isRefresh, isRefresh: !!isRefresh,
params: {id: this.params.clientInfoId} params: {id: this.params.clientInfoId, status: this.params.status}
}) })
} }
} }

View File

@@ -243,7 +243,8 @@
params: { params: {
id: id || '', id: id || '',
clientInfoId: this.params.id, clientInfoId: this.params.id,
sendChannel: 0 sendChannel: 0,
status: this.params.status
} }
}) })
}, },
@@ -252,7 +253,8 @@
this.$emit('change', { this.$emit('change', {
type: 'Detail', type: 'Detail',
params: { params: {
id id,
status: this.params.status
} }
}) })
}, },

View File

@@ -480,7 +480,7 @@
this.$emit('change', { this.$emit('change', {
type: 'AnnounceList', type: 'AnnounceList',
isRefresh: !!isRefresh, isRefresh: !!isRefresh,
params: {id: this.params.clientInfoId} params: {id: this.params.clientInfoId, status: this.params.status}
}) })
} }
} }