并合桌

This commit is contained in:
duan
2024-12-17 09:44:48 +08:00
parent daa0d18501
commit f7a9a2b567
3 changed files with 83 additions and 47 deletions

View File

@@ -75,6 +75,7 @@
} from 'vue';
import {
onLoad,
onShow
} from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js';
import {
@@ -98,13 +99,13 @@
})
onLoad((opt) => {
// console.log(JSON.parse(opt.item) ,'调试1')
gettableList()
datas.item = JSON.parse(opt.item)
})
onShow(() => {
console.log(11111)
gettableList()
})
async function confirm() {
console.log(datas.selecttableList, 'debug')
console.log(datas.item, 'debug2')
// 是否选择其他桌
if (datas.selecttableList) {
if (datas.current == 0) {