并合桌
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user