cc5973a3 by tianhaohao@pashanhoo.com

111

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