zs 9 月之前
父节点
当前提交
6b7d155127
共有 1 个文件被更改,包括 1 次插入2 次删除
  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