|
|
@ -996,7 +996,10 @@
|
|
|
|
})
|
|
|
|
})
|
|
|
|
GetViewListDetail(JSON.stringify(ApiData))
|
|
|
|
GetViewListDetail(JSON.stringify(ApiData))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function ViewTableAdd() {
|
|
|
|
async function ViewTableAdd() {
|
|
|
|
|
|
|
|
if (!rowId.value) {
|
|
|
|
|
|
|
|
await handleSave(false)
|
|
|
|
|
|
|
|
}
|
|
|
|
let ApiData: any = { id: rowId.value, ids: [] }
|
|
|
|
let ApiData: any = { id: rowId.value, ids: [] }
|
|
|
|
Viewlist.value.forEach((e: any, i) => {
|
|
|
|
Viewlist.value.forEach((e: any, i) => {
|
|
|
|
if (e.selected) {
|
|
|
|
if (e.selected) {
|
|
|
|