fix
This commit is contained in:
parent
77381dbd09
commit
924ca29cb1
6 changed files with 51 additions and 12 deletions
|
|
@ -31,7 +31,7 @@ const activeType = defineModel<string>("activeType", { required: true });
|
|||
|
||||
const props = defineProps({
|
||||
isStatusEdit: { type: Boolean, required: true },
|
||||
data: { type: Object, required: true },
|
||||
data: { type: Object, required: true, default: () => ({}) },
|
||||
fetchData: {
|
||||
type: Function,
|
||||
required: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue