Ver Fonte

Fix:123

liqianyi há 2 anos atrás
pai
commit
8a4cce4730
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/modules/sale/purchase.vue

+ 2 - 2
src/views/modules/sale/purchase.vue

@@ -228,9 +228,9 @@
     <add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList" @onChose="onChose"></add-or-update>
     <detail v-if="detailVisible" ref="detail" @onChose="onChose"/>
     <!-- 采购操作 -->
-    <operate v-if="operateVisible" ref="operate" @onChose="onChose"/>
+    <operate v-if="operateVisible" ref="operate" @onChose="onChose" @refreshDataList="getDataList"/>
     <!-- 入库 -->
-    <inbound v-if="inboundVisible" ref="inbound" @onChose="onChose"/>
+    <inbound v-if="inboundVisible" ref="inbound" @onChose="onChose" @refreshDataList="getDataList"/>
     <notice-change-setting v-if="noticeChangeAttachVisible" ref="noticeChangeSetting" @onChose="onChose"/>
 <!--    <change-form v-if="changeFormVisible" ref="changeForm" @refreshDataList="getDataList" @onChose="onChose"/>-->
   </div>