|
@@ -195,7 +195,7 @@ import { STable, VSelect } from '@/components'
|
|
|
import productInfoDetailModal from './detailModal.vue'
|
|
|
import productInfoOfflineModal from './offlineModal.vue'
|
|
|
import { productBrandQuery } from '@/api/productBrand'
|
|
|
-import { productTypeQuery } from '@/api/productType'
|
|
|
+import { productTypeQueryAll } from '@/api/productType'
|
|
|
import { productList, productAudit, productBatchAudit, productDel, productOnline, productBatchOnline, productExport } from '@/api/product'
|
|
|
export default {
|
|
|
components: { STable, VSelect, productInfoDetailModal, productInfoOfflineModal },
|
|
@@ -567,7 +567,7 @@ export default {
|
|
|
},
|
|
|
// 产品分类 列表
|
|
|
getProductType () {
|
|
|
- productTypeQuery({}).then(res => {
|
|
|
+ productTypeQueryAll({}).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.productTypeList = res.data
|
|
|
} else {
|