Browse Source

商品调价表格样式调整

qymljy 1 year ago
parent
commit
52837835c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/HDrpManagement/productMoneyOdd/modules/productOddDetail.vue

+ 2 - 2
src/HDrpManagement/productMoneyOdd/modules/productOddDetail.vue

@@ -42,7 +42,7 @@
           nameId="202212003011904"
           nameKey="sa_itempriceadjustid"
         />
-    <table-new-layout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 385px)" minHeight="200px">
+    <table-new-layout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 400px)" minHeight="200px">
       <template v-slot:customcol="scope">
         <p>{{$t(scope.column.data[scope.column.columnname])}}</p>
       </template>
@@ -112,7 +112,7 @@ export default {
   mounted () {
     this.tablecols = this.tool.tabelCol(this.$route.name)['productDetailTable'].tablecols
     // this.getProductList()
-    this.getDetailList()
+    this.getDetailList(this.params.content.pageNumber = 1)
   },
   methods: {
     async getDetailList () {