cc5973a3 by tianhaohao@pashanhoo.com

111

1 parent 855d01f9
......@@ -8,11 +8,11 @@
</lb-table>
</template>
<script>
import addQlr from './dialog/addQlr.vue'
// import addQlr from './dialog/addQlr.vue'
import { mapGetters } from 'vuex'
export default {
components: {
addQlr
},
computed: {
...mapGetters(["dictData"]),
......
......@@ -8,11 +8,11 @@
</lb-table>
</template>
<script>
import addQlr from './dialog/addQlr.vue'
// import addQlr from './dialog/addQlr.vue'
import { mapGetters } from 'vuex'
export default {
components: {
addQlr
},
computed: {
...mapGetters(["dictData"]),
......