Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d24ee086
authored
Jan 27, 2022
by
李金轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ljx
1 parent
1a0b0450
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
src/Request/PublicAxiosInstance.js
src/views/DataRepair/DataRepair.vue
src/views/DataRerun/DataRerun.vue
src/Request/PublicAxiosInstance.js
View file @
d24ee08
...
...
@@ -15,7 +15,7 @@ axiosInstance.interceptors.request.use(
config
=>
{
if
([
'localhost'
,
'192.168.1.104'
].
includes
(
window
.
location
.
hostname
))
{
config
.
headers
.
Authorization
=
'
0cb1645a-d091-423e-9afa-4724564119a
8'
config
.
headers
.
Authorization
=
'
b321efe7-1a70-4a99-b837-b6bfac2d7d3
8'
}
else
{
...
...
src/views/DataRepair/DataRepair.vue
View file @
d24ee08
...
...
@@ -434,6 +434,11 @@ export default {
}
const
deleteRecord
=
function
({
channelSerialnum
})
{
if
(
channelSerialnum
===
undefined
)
{
return
}
dataList
.
value
=
dataList
.
value
.
filter
(
item
=>
item
.
channelSerialnum
!==
channelSerialnum
)
...
...
src/views/DataRerun/DataRerun.vue
View file @
d24ee08
...
...
@@ -54,7 +54,7 @@
</a-form>
<div
class=
"result-wrapper-2"
>
<el-row
v-for=
"item in resultList"
>
<el-row
v-for=
"item in resultList"
style=
"padding: 2px 0"
>
<el-col
:span=
"3"
>
{{ progressMap[item.scheduleType] + ':' }}
</el-col>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment