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