ソースを参照

考勤实时刷新

panxingxin 5 年 前
コミット
b252513b4a
1 ファイル変更2 行追加1 行削除
  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");
     },