소스 검색

bug修复

chenrui 3 년 전
부모
커밋
effde555fb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bulkManagement/bulkWarehousingOrder/edit.vue

+ 2 - 2
src/views/bulkManagement/bulkWarehousingOrder/edit.vue

@@ -701,7 +701,7 @@ export default {
     //  产品品牌  列表
     getProductBrand () {
       // sysFlag传0,表示只查自建产品
-      dealerProductBrandQuery({ 'sysFlag': '0' }).then(res => {
+      dealerProductBrandQuery({}).then(res => {
         if (res.status == 200) {
           this.productBrandList = res.data
         } else {
@@ -711,7 +711,7 @@ export default {
     },
     //  产品分类  列表
     getProductType () {
-      dealerProductTypeList({ 'sysFlag': '0' }).then(res => {
+      dealerProductTypeList({}).then(res => {
         if (res.status == 200) {
           this.productTypeList = res.data
         } else {