|
@@ -167,7 +167,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import CommAdd from './addCommodity.vue'
|
|
import CommAdd from './addCommodity.vue'
|
|
-import { getBtnList, getToken } from '@/utils/auth'
|
|
|
|
|
|
+import { getToken } from '@/utils/auth'
|
|
import { uploadUrl } from '@/utils/request'
|
|
import { uploadUrl } from '@/utils/request'
|
|
import {
|
|
import {
|
|
getClassifyGetAll,
|
|
getClassifyGetAll,
|
|
@@ -252,7 +252,7 @@ export default {
|
|
this.getBrandList()
|
|
this.getBrandList()
|
|
this.getAll(this.formInline)
|
|
this.getAll(this.formInline)
|
|
this.queryAllCategory()
|
|
this.queryAllCategory()
|
|
- this.btnList = getBtnList()
|
|
|
|
|
|
+ // this.btnList = getBtnList()
|
|
},
|
|
},
|
|
// 方法集合
|
|
// 方法集合
|
|
methods: {
|
|
methods: {
|