2 Achegas 2031de83b4 ... 6adf077c7e

Autor SHA1 Mensaxe Data
  panxingxin 6adf077c7e Merge branch 'master' of http://gog.sgsino.cn/SG/pigx-wx-ui %!s(int64=5) %!d(string=hai) anos
  panxingxin b252513b4a 考勤实时刷新 %!s(int64=5) %!d(string=hai) anos
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/inventory/sgtimesheet/index.vue

+ 2 - 1
src/views/inventory/sgtimesheet/index.vue

@@ -199,7 +199,8 @@
       let file = param.file;
       let formdata = new FormData();
       formdata.append("file", file);
-      await uploadExcel(formdata)
+      await uploadExcel(formdata);
+      this.$emit("refresh");
     },