代客下单修改部分页面跳转逻辑

This commit is contained in:
2024-10-11 15:45:52 +08:00
parent ec509d1186
commit c9e195c859
4 changed files with 39 additions and 22 deletions

View File

@@ -146,7 +146,8 @@
} = await $table.get(query)
tables.hasAjax = true
content = content.filter(v =>{
return v.status == 'idle'||(v.status=='using')
// return v.status == 'idle'||(v.status=='using')
return v.status == 'idle'
})
console.log(content );
tables.list = content