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

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

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