lilei před 2 roky
rodič
revize
31e7c5862c

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1679295604600
+  "version": 1679296696789
 }

+ 2 - 3
src/views/productManagement/productInfoJg/list.vue

@@ -168,8 +168,7 @@
 
 <script>
 import { commonMixin } from '@/utils/mixin'
-import { getCurrentDealer, productUpdate, productExportPrice } from '@/api/product'
-import { dealerProductList } from '@/api/dealerProduct'
+import { productList, getCurrentDealer, productUpdate, productExportPrice } from '@/api/product'
 import ProductType from '../../common/productType.js'
 import ProductBrand from '../../common/productBrand.js'
 import { STable, VSelect } from '@/components'
@@ -211,7 +210,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
-        return dealerProductList(Object.assign(parameter, this.queryParam)).then(res => {
+        return productList(Object.assign(parameter, this.queryParam)).then(res => {
           let data
           if (res.status == 200) {
             data = res.data