update 标准法规入库/变更流程

This commit is contained in:
赵霄
2023-10-08 09:28:33 +08:00
parent 1ebd6d3cf2
commit d1564a4077
5 changed files with 591 additions and 36 deletions
+9
View File
@@ -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
}
}
}