zs 9 months ago
parent
commit
6b7d155127
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/eight/index.vue

+ 1 - 2
src/views/eight/index.vue

@@ -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