Browse Source

bug修复

chenrui 4 years ago
parent
commit
a2bb5a3b72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchasingManagement/purchaseReturn/edit.vue

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/edit.vue

@@ -31,7 +31,7 @@
                   </a-form-item>
                   </a-form-item>
                 </a-col>
                 </a-col>
                 <a-col :md="6" :sm="24" style="margin-bottom: 24px;">
                 <a-col :md="6" :sm="24" style="margin-bottom: 24px;">
-                  <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="purchaseReturnList-refresh">查询</a-button>
+                  <a-button type="primary" @click="getPurchaseBillDetailList(1)" :disabled="disabled" id="purchaseReturnList-refresh">查询</a-button>
                   <a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="purchaseReturnList-reset">重置</a-button>
                   <a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="purchaseReturnList-reset">重置</a-button>
                 </a-col>
                 </a-col>
               </a-row>
               </a-row>