update 标准法规入库/变更流程
This commit is contained in:
@@ -40,6 +40,13 @@ export default {
|
||||
getPopupContainer: {
|
||||
type: Function,
|
||||
default: (node) => node.parentNode
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
required: false,
|
||||
default: () => {
|
||||
return []
|
||||
}
|
||||
}
|
||||
},
|
||||
data () {
|
||||
@@ -54,6 +61,8 @@ export default {
|
||||
handler () {
|
||||
if (this.dictCode) {
|
||||
this.initDictData()
|
||||
} else {
|
||||
this.dictOptions = this.options
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user