Browse Source

盘点核对

15102826049 1 month ago
parent
commit
e4c709636a

+ 0 - 2
jshERP-web/src/mixins/newTableMixin.js

@@ -34,8 +34,6 @@ export const newTableMixin = {
       this.selectionRows = selectionRows
       this.selectionRows = selectionRows
     },
     },
     handleTableChange(pagination, filters, sorter) {
     handleTableChange(pagination, filters, sorter) {
-      console.log('11111111111111111')
-
       //分页、排序、筛选变化时触发
       //分页、排序、筛选变化时触发
       if (Object.keys(sorter).length > 0) {
       if (Object.keys(sorter).length > 0) {
         if (sorter.order) {
         if (sorter.order) {

+ 2 - 2
jshERP-web/src/views/stock/components/checkModal.vue

@@ -56,8 +56,8 @@
                 </a-col>
                 </a-col>
                 <span>
                 <span>
                   <a-col :md="6" :sm="24">
                   <a-col :md="6" :sm="24">
-                    <a-button type="primary" @click="getList('search')">查询</a-button>
-                    <a-button style="margin-left: 8px" @click="getList('reset')">重置</a-button>
+                    <a-button type="primary" @click="getList">查询</a-button>
+                    <a-button style="margin-left: 8px" @click="getList">重置</a-button>
                   </a-col>
                   </a-col>
                 </span>
                 </span>
               </a-row>
               </a-row>