update popup บรรจุ
This commit is contained in:
parent
626726509c
commit
c05505071f
1 changed files with 1 additions and 11 deletions
|
|
@ -310,17 +310,7 @@ const getClass = (val: boolean) => {
|
|||
};
|
||||
const selectData = (props: TableName) => {
|
||||
itemtest.value = props;
|
||||
if (editvisible.value == true) {
|
||||
editRow.value = false;
|
||||
modalEdit.value = true;
|
||||
modal.value = false;
|
||||
edit.value = true;
|
||||
} else {
|
||||
editRow.value = false;
|
||||
modalEdit.value = true;
|
||||
modal.value = true;
|
||||
edit.value = true;
|
||||
}
|
||||
modal.value = true;
|
||||
};
|
||||
const onSelected = async (id: string) => {
|
||||
await fetchPositionNumber(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue