Commit eb80ab64 authored by 黄奎's avatar 黄奎

行程列表复制修改

parent 6cbafb1a
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
targetConfigId: configId targetConfigId: configId
}; };
that.queryCommonData.loading = true; that.queryCommonData.loading = true;
that.queryCommonData.loadingText = this.$t('sm.fuzhiing'); that.queryCommonData.loadingText = that.$t('sm.fuzhiing');
that.apipost( that.apipost(
"travel_post_CopyTravelConfigInfo", "travel_post_CopyTravelConfigInfo",
msg, msg,
...@@ -377,7 +377,6 @@ ...@@ -377,7 +377,6 @@
err => {} err => {}
); );
}); });
} }
}, },
//根据当前员工所在部门获取该部门及子部门员工信息 //根据当前员工所在部门获取该部门及子部门员工信息
......
...@@ -314,7 +314,6 @@ ...@@ -314,7 +314,6 @@
err => {} err => {}
); );
}); });
} }
}, },
//根据当前员工所在部门获取该部门及子部门员工信息 //根据当前员工所在部门获取该部门及子部门员工信息
......
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
targetConfigId: configId targetConfigId: configId
}; };
that.queryCommonData.loading = true; that.queryCommonData.loading = true;
that.queryCommonData.loadingText = this.$t('sm.fuzhiing'); that.queryCommonData.loadingText = that.$t('sm.fuzhiing');
that.apipost( that.apipost(
"travel_post_CopyTravelConfigInfo", "travel_post_CopyTravelConfigInfo",
msg, msg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment