箱管 调整

szh-new
张同海 2 months ago
parent fe02fbcc0d
commit 029302a128

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

Loading…
Cancel
Save