Browse Source

修改bug

chenrui 7 months ago
parent
commit
6824fda44c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/withdrawalManagementNew/list.vue

+ 1 - 1
src/views/numsGoodsShelves/withdrawalManagementNew/list.vue

@@ -46,7 +46,7 @@
       </s-table>
     </a-spin>
     <!-- 申请提现 -->
-    <applyWithdrawal :pageInfo="pageInfo" :isOpenModal="showModal" @close="showModal=false" @refresh="getPageInfo"></applyWithdrawal>
+    <applyWithdrawal :pageInfo="pageInfo" :isOpenModal="showModal" @close="showModal=false" @refresh="handleSearch"></applyWithdrawal>
     <!-- 交易流水 -->
     <billFlowModal :openModal="showBillFlowModal" @close="showBillFlowModal=false"></billFlowModal>
   </a-card>