代课下单更新

This commit is contained in:
YeMingfei666 2024-10-11 17:53:24 +08:00
parent f439dca343
commit 6938cf7204
1 changed files with 3 additions and 3 deletions

View File

@ -983,9 +983,9 @@
function watchUpdate() { function watchUpdate() {
uni.$off('update:createOrderIndex') uni.$off('update:createOrderIndex')
uni.$on('update:createOrderIndex', () => { uni.$on('update:createOrderIndex', () => {
data.table = { // data.table = {
tableId: "" // tableId: ""
} // }
cars.length = 0 cars.length = 0
console.log('update:createOrderIndex'); console.log('update:createOrderIndex');
init() init()