代课下单更新
This commit is contained in:
parent
f439dca343
commit
6938cf7204
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue