Przeglądaj źródła

导入工时结果弹框提示

seyason 3 lat temu
rodzic
commit
efb555b78f

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -1165,7 +1165,7 @@
                         this.importingData = false;
                         if (res.code == "ok") {
                             //换成弹出框,以免有人等了半天回来啥也没看到
-                            this.importResultMsg = "成功导入"+res.data+"条工时数据";
+                            this.importResultMsg = "导入成功:成功导入"+res.data+"条工时数据";
                             this.getReportList();
                             this.importWxDialog = false;
                         } else {