fix workflow

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-21 15:38:31 +07:00
parent 6039aea359
commit a2e2b9a7b6
2 changed files with 19 additions and 4 deletions

View file

@ -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*/