|
@@ -317,9 +317,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '汽车电子及新型汽车零部件'
|
|
|
const res = await store.query(info)
|
|
@@ -334,9 +334,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '光电子及智能传感器'
|
|
|
const res = await store.query(info)
|
|
@@ -351,9 +351,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '精密仪器及先进装备'
|
|
|
const res = await store.query(info)
|
|
@@ -368,9 +368,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '生物医药及先进医疗器械'
|
|
|
const res = await store.query(info)
|
|
@@ -385,9 +385,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '车规级芯片及功率半导体器件'
|
|
|
const res = await store.query(info)
|
|
@@ -402,9 +402,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '人工智能及智能机器人'
|
|
|
const res = await store.query(info)
|
|
@@ -419,9 +419,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '生物基及高性能新材料'
|
|
|
const res = await store.query(info)
|
|
@@ -436,9 +436,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '新能源及动力电池'
|
|
|
const res = await store.query(info)
|
|
@@ -453,9 +453,9 @@ const search = async (active) => {
|
|
|
else {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 9
|
|
|
- // is_use: '0',
|
|
|
- // status: '1'
|
|
|
+ limit: 9,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
if (active) info.industry = '碳纤维及复合材料'
|
|
|
const res = await store.query(info)
|
|
@@ -479,7 +479,9 @@ const searchNews = async () => {
|
|
|
const searchExport = async () => {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
- limit: 10
|
|
|
+ limit: 10,
|
|
|
+ status: '1',
|
|
|
+ is_use: '0'
|
|
|
}
|
|
|
const res = await expertStore.query(info)
|
|
|
if (res.errcode == '0') exportList.value = res.data
|
|
@@ -488,7 +490,8 @@ const searchCompany = async () => {
|
|
|
const info = {
|
|
|
skip: 0,
|
|
|
limit: 10,
|
|
|
- status: '0'
|
|
|
+ status: '1',
|
|
|
+ is_use: '0'
|
|
|
}
|
|
|
const res = await companyStore.query(info)
|
|
|
if (res.errcode == '0') companyList.value = res.data
|
|
@@ -496,7 +499,9 @@ const searchCompany = async () => {
|
|
|
const searchAchieve = async () => {
|
|
|
const info = {
|
|
|
skip: 20,
|
|
|
- limit: 10
|
|
|
+ limit: 10,
|
|
|
+ is_use: '0',
|
|
|
+ status: '1'
|
|
|
}
|
|
|
const res = await achievementStore.list(info)
|
|
|
if (res.errcode == '0') achievementList.value = res.data
|