Browse Source

修改出口销售订单页面

lichao 3 years ago
parent
commit
9b5a5c0633
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/businessManagement/salesOrder/detailsPageEdit.vue

+ 1 - 2
src/views/businessManagement/salesOrder/detailsPageEdit.vue

@@ -437,7 +437,6 @@ import {
   corpsfiles,
   corpsitem,
   getList,
-  getGoodsList,
   detailList,
   generateShipment
 } from "@/api/basicData/configuration"
@@ -1290,7 +1289,7 @@ export default {
     //商品列表查询
     onLoad(page, params = {}) {
       this.loading = true;
-      getGoodsList(page.currentPage, page.pageSize, Object.assign(params, this.query), this.treeDeptId).then(res => {
+      getList(page.currentPage, page.pageSize, Object.assign(params, this.query), this.treeDeptId).then(res => {
         console.log(res)
         const data = res.data.data;
         this.page.total = data.total;