แก้type
This commit is contained in:
parent
4f8661542f
commit
6db8395380
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ const groupSubOp = ref<DataOption[]>([
|
|||
]);
|
||||
|
||||
const isEdit = ref<boolean>(false);
|
||||
const rowIndex = ref<number>(null);
|
||||
const rowIndex = ref<number | null>(null);
|
||||
const modalGroupTarget = ref<boolean>(false);
|
||||
const newModalGroupTarget = ref<boolean>(false);
|
||||
const modalRelate = ref<boolean>(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue