Commit f02c156b by 陈羽

update: 文案

parent c9c8f343
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
exportExcel() { exportExcel() {
const that = this; const that = this;
if (!that.multipleSelection.length) { if (!that.multipleSelection.length) {
showMsg.showmsg('请选择导购', 'warning'); showMsg.showmsg('请选择任务', 'warning');
return false; return false;
} }
that.loadingBtn = true; that.loadingBtn = true;
......
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