代客下单更新

This commit is contained in:
2024-09-29 16:13:10 +08:00
parent eea3e1e010
commit 74c6237037
11 changed files with 130 additions and 2186 deletions

View File

@@ -65,7 +65,7 @@
function chooseUser(index,item){
if(index===undefined||item===undefined){
nouser.value=true
return emitChooser()
return emitChooser({id:''})
}
else{
list[index].checked=true
@@ -76,7 +76,7 @@
const query=reactive({
page:0,
name:'',
size:10
size:300
})
const list=reactive([])
async function getUser(){