[update] 标准选择组件修改

This commit is contained in:
lideqin
2023-09-14 09:56:12 +08:00
parent e8953b848e
commit 5902e3f912
2 changed files with 32 additions and 2 deletions
@@ -58,7 +58,20 @@ import JDictSelectTag from '../dict/JDictSelectTag'
export default {
name: 'StandardSelectionModal',
components: { JDictSelectTag },
props: ['query', 'standard'],
props: {
type: {
type: Object,
default: () => {
return {}
}
},
standard: {
type: String,
default: () => {
return {}
}
}
},
data () {
return {
visible: false,