Commit b4e986d0 authored by 李驰骋's avatar 李驰骋

工单类型初始值设置错误修复

parent 7565325d
......@@ -402,7 +402,7 @@ export default {
routeName: null,
groupKey: null,
groupCounter: null,
workorderType: "501",
workorderType: "510",
orderSource: null,
sourceCode: null,
productId: null,
......@@ -778,7 +778,7 @@ export default {
workorderCode: null,
workorderName: null,
routeName: null,
workorderType: "501",
workorderType: "510",
orderSource: null,
sourceCode: null,
productId: null,
......
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