BUG 25335
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
import Tabbar from './components/Tabbar.vue'
|
import Tabbar from './components/Tabbar.vue'
|
||||||
import AddForm from './components/AddForm.vue'
|
import AddForm from './components/AddForm.vue'
|
||||||
import Result from './components/Result.vue'
|
import Result from './components/Result.vue'
|
||||||
|
import {mapActions} from "vuex";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'AppAskForm',
|
name: 'AppAskForm',
|
||||||
@@ -32,6 +33,7 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
...mapActions(['injectJWeixin']),
|
||||||
onChange(e) {
|
onChange(e) {
|
||||||
this.params = e.params
|
this.params = e.params
|
||||||
this.component = e.type
|
this.component = e.type
|
||||||
|
|||||||
Reference in New Issue
Block a user