Commit e9289e8c by yzh

fix:修改下拉框选项字段

parent 0e81e42c
...@@ -133,8 +133,8 @@ const spideOptions = [ ...@@ -133,8 +133,8 @@ const spideOptions = [
value: 'dsn_now' value: 'dsn_now'
}, },
{ {
label: 'itu_space_expolorer', label: 'itu_space_explorer',
value: 'itu_space_expolorer' value: 'itu_space_explorer'
}, },
{ {
label: 'space_track', label: 'space_track',
...@@ -217,7 +217,7 @@ const searchData = async () => { ...@@ -217,7 +217,7 @@ const searchData = async () => {
const res = await getSpiderTaskRecord({ const res = await getSpiderTaskRecord({
page: pageObj.value.pageNo, page: pageObj.value.pageNo,
size: pageObj.value.pageSize, size: pageObj.value.pageSize,
status: 'total', // status: 'total',
spider: spidername.value, spider: spidername.value,
schedule_job_id: jobname.value, schedule_job_id: jobname.value,
times: resTime times: resTime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment