工单选择默认值设置
This commit is contained in:
parent
4b9ad6b455
commit
2eae03319c
@ -104,7 +104,11 @@
|
|||||||
components: {},
|
components: {},
|
||||||
dicts: ['mes_order_status','mes_workorder_sourcetype'],
|
dicts: ['mes_order_status','mes_workorder_sourcetype'],
|
||||||
props:{
|
props:{
|
||||||
workorder: undefined //外部传入的工单过滤信息
|
workorder: {
|
||||||
|
type: Object,
|
||||||
|
default: function(){
|
||||||
|
return {'workorderType': 'SELF'}
|
||||||
|
}} //外部传入的工单过滤信息
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user