BUG 25391
This commit is contained in:
		| @@ -31,18 +31,18 @@ export default { | |||||||
|     AddForm |     AddForm | ||||||
|   }, |   }, | ||||||
|  |  | ||||||
|  |  | ||||||
|   methods: { |   methods: { | ||||||
|     ...mapActions(['injectJWeixin']), |     ...mapActions(['injectJWeixin']), | ||||||
|     onChange(e) { |     onChange(e) { | ||||||
|       this.params = e.params |       this.params = e.params | ||||||
|       this.component = e.type |       this.component = e.type | ||||||
|     }, |  | ||||||
|     emitShow() { |  | ||||||
|       this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => { |  | ||||||
|         this.$dict.load(['questionnaireStatus', 'questionnaireType', 'questionnaireFieldType']) |  | ||||||
|       }) |  | ||||||
|     } |     } | ||||||
|  |   }, | ||||||
|  |   onShow() { | ||||||
|  |     document.title = "问卷调查" | ||||||
|  |     this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => { | ||||||
|  |       this.$dict.load(['questionnaireStatus', 'questionnaireType', 'questionnaireFieldType']) | ||||||
|  |     }) | ||||||
|   } |   } | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user