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