推送任务
This commit is contained in:
		| @@ -710,7 +710,7 @@ export default { | ||||
|       this.$emit('change', { | ||||
|         type: 'AnnounceList', | ||||
|         isRefresh: !!isRefresh, | ||||
|         params: {id: this.params.clientInfoId} | ||||
|         params: {id: this.params.clientInfoId, status: this.params.status} | ||||
|       }) | ||||
|     } | ||||
|   } | ||||
|   | ||||
| @@ -243,7 +243,8 @@ | ||||
|           params: { | ||||
|             id: id || '', | ||||
|             clientInfoId: this.params.id, | ||||
|             sendChannel: 0 | ||||
|             sendChannel: 0, | ||||
|             status: this.params.status | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
| @@ -252,7 +253,8 @@ | ||||
|         this.$emit('change', { | ||||
|           type: 'Detail', | ||||
|           params: { | ||||
|             id | ||||
|             id, | ||||
|             status: this.params.status | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
|   | ||||
| @@ -480,7 +480,7 @@ | ||||
|         this.$emit('change', { | ||||
|           type: 'AnnounceList', | ||||
|           isRefresh: !!isRefresh, | ||||
|           params: {id: this.params.clientInfoId} | ||||
|           params: {id: this.params.clientInfoId, status: this.params.status} | ||||
|         }) | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user