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