[update] 标准选择组件修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user