Commit eb80ab64 authored by 黄奎's avatar 黄奎

行程列表复制修改

parent 6cbafb1a
......@@ -363,7 +363,7 @@
targetConfigId: configId
};
that.queryCommonData.loading = true;
that.queryCommonData.loadingText = this.$t('sm.fuzhiing');
that.queryCommonData.loadingText = that.$t('sm.fuzhiing');
that.apipost(
"travel_post_CopyTravelConfigInfo",
msg,
......@@ -377,7 +377,6 @@
err => {}
);
});
}
},
//根据当前员工所在部门获取该部门及子部门员工信息
......
......@@ -314,7 +314,6 @@
err => {}
);
});
}
},
//根据当前员工所在部门获取该部门及子部门员工信息
......
......@@ -312,7 +312,7 @@
targetConfigId: configId
};
that.queryCommonData.loading = true;
that.queryCommonData.loadingText = this.$t('sm.fuzhiing');
that.queryCommonData.loadingText = that.$t('sm.fuzhiing');
that.apipost(
"travel_post_CopyTravelConfigInfo",
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