BUG 25335

This commit is contained in:
aixianling
2021-12-09 18:37:58 +08:00
parent 8110844bd2
commit 8e51dbb1ba

View File

@@ -12,6 +12,7 @@
import Tabbar from './components/Tabbar.vue'
import AddForm from './components/AddForm.vue'
import Result from './components/Result.vue'
import {mapActions} from "vuex";
export default {
name: 'AppAskForm',
@@ -32,6 +33,7 @@ export default {
methods: {
...mapActions(['injectJWeixin']),
onChange(e) {
this.params = e.params
this.component = e.type