Browse Source

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

yusheng 6 months ago
parent
commit
4614541188
1 changed files with 1 additions and 1 deletions
  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'"
       :apiUrl="'/main/factoryworkstation/importBatch'"
       :fileUrl="'/main/factoryworkstation/downLoadTemplate'"
       :fileUrl="'/main/factoryworkstation/downLoadTemplate'"
       fileName="工位导入模板"
       fileName="工位导入模板"
-      @success="reload"
+      @success="done"
     />
     />
   </div>
   </div>
 </template>
 </template>