整合通讯录组件渲染
This commit is contained in:
		| @@ -246,7 +246,7 @@ export default { | ||||
|         if (res?.data) { | ||||
|           this.info.attendees = res.data.records; | ||||
|           this.total = res.data.total; | ||||
|           this.$initWxOpenData() | ||||
|           this.$store.dispatch('initOpenData') | ||||
|         } | ||||
|       }); | ||||
|     }, | ||||
|   | ||||
| @@ -135,7 +135,7 @@ export default { | ||||
|         if (res && res.data) { | ||||
|           this.tableData = res.data.records; | ||||
|           this.total = res.data.total; | ||||
|           this.$initWxOpenData() | ||||
|           this.$store.dispatch('initOpenData') | ||||
|         } | ||||
|       }); | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user