Commit 5a5c762d authored by chenzj's avatar chenzj

编排对照表导出bug修复

parent ee74ca5e
......@@ -776,7 +776,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('pro/ProWorkOrderArrangeRule/export', {
this.download('/mes/pro/ProWorkOrderArrangeRule/export', {
...this.queryParams
}, `ProWorkOrderArrangeRule_${new Date().getTime()}.xlsx`)
}
......
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