Browse Source

考勤实时刷新

panxingxin 5 năm trước cách đây
mục cha
commit
b252513b4a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/inventory/sgtimesheet/index.vue

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

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