|
@@ -480,8 +480,7 @@ const searchExport = async () => {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
limit: 10,
|
|
|
- status: '1',
|
|
|
- is_use: '0'
|
|
|
+ status: '1'
|
|
|
}
|
|
|
const res = await expertStore.query(info)
|
|
|
if (res.errcode == '0') exportList.value = res.data
|
|
@@ -490,8 +489,7 @@ const searchCompany = async () => {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
limit: 10,
|
|
|
- status: '1',
|
|
|
- is_use: '0'
|
|
|
+ status: '1'
|
|
|
}
|
|
|
const res = await companyStore.query(info)
|
|
|
if (res.errcode == '0') companyList.value = res.data
|