Browse Source

关联商品,自定义分类选项调整

qymljy 1 year ago
parent
commit
a9d8dfbeca

+ 2 - 1
src/HDrpManagement/prodectFileData/components/relationList.vue

@@ -63,9 +63,10 @@ export default {
       currentPage:0,
       params:{
         "id": "20220926102103",
-        "version":1,
         "content": {
           "plm_technicalinfoid":this.id,
+          "pageSize":20,
+          "pageNumber":1,
           "where":{
             "condition":"",
             "itemid":""

+ 2 - 2
src/HManagement/siteManage/custom_option/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <normalLayout>
+  <normalLayout style="height: calc(100vh - 130px)">
     <div slot="content" class=" normal-panel el-row" >
       <div class="borderRight el-col el-col-12">
         <list ref="list" @rowShow="rowShow">
@@ -75,4 +75,4 @@ export default {
   .borderRight{
     border-right: 1px solid #ccc;;
   }
-</style>
+</style>