@@ -46,8 +46,7 @@ onMounted(async () => {
})
const search = async () => {
const info = {
- is_use: '0',
- status: '1'
+ is_use: '0'
}
const res = await store.query(info)
if (res.errcode == '0') list.value = res.data