瀏覽代碼

fix(工位管理): 修正工位导入成功事件处理函数名

yusheng 8 月之前
父節點
當前提交
4614541188
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/factoryModel/station/index.vue

+ 1 - 1
src/views/factoryModel/station/index.vue

@@ -92,7 +92,7 @@
       :apiUrl="'/main/factoryworkstation/importBatch'"
       :fileUrl="'/main/factoryworkstation/downLoadTemplate'"
       fileName="工位导入模板"
-      @success="reload"
+      @success="done"
     />
   </div>
 </template>