fix workflow
This commit is contained in:
parent
6039aea359
commit
a2e2b9a7b6
2 changed files with 19 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ const modal = defineModel<boolean>("modal", { required: true });
|
|||
const props = defineProps({
|
||||
stateId: { type: String, require: true },
|
||||
fetchData: { type: Function, require: true },
|
||||
type: { type: String, require: true },
|
||||
});
|
||||
|
||||
/** table*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue