|
|
|
@ -106,6 +106,7 @@ import initData from '@/mixins/crud'
|
|
|
|
|
import { del, onsale } from '@/api/bxg/yxStoreProduct' |
|
|
|
|
import '@riophae/vue-treeselect/dist/vue-treeselect.css' |
|
|
|
|
import Treeselect from '@riophae/vue-treeselect' |
|
|
|
|
import Utils from '@/assets/js/util.js'; |
|
|
|
|
export default { |
|
|
|
|
components: { Treeselect }, |
|
|
|
|
mixins: [initData], |
|
|
|
@ -132,6 +133,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
toAddURL(){ |
|
|
|
|
Utils.$emit('test'); |
|
|
|
|
this.$router.push({ path: '/bxg/shop/goodsAdd' }) |
|
|
|
|
}, |
|
|
|
|
toUpdateURL(id){ |
|
|
|
|