Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
71439ea4
Commit
71439ea4
authored
Apr 19, 2021
by
wcmoon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_wcy' of gitlab.33.cn:zl/source-trace-manage-go into dev_wcy
parents
c0af8740
bd5f80e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
IncrementalDataList.vue
src/components/newProductList/IncrementalDataList.vue
+0
-1
editTemplate.vue
src/entry/czt/views/template/editTemplate.vue
+0
-0
axios-plugin.ts
src/plugins/axios-plugin.ts
+6
-0
No files found.
src/components/newProductList/IncrementalDataList.vue
View file @
71439ea4
...
...
@@ -211,7 +211,6 @@ export default {
},
methods
:
{
increment
(
item
,
index
)
{
this
.
$store
.
commit
(
"setTheAnchor"
,
index
);
this
.
$emit
(
"increment"
,
item
);
this
.
checkSet
=
-
1
;
},
...
...
src/entry/czt/views/template/editTemplate.vue
View file @
71439ea4
This diff is collapsed.
Click to expand it.
src/plugins/axios-plugin.ts
View file @
71439ea4
...
...
@@ -25,6 +25,12 @@ if (key) {
}
else
if
(
key
.
indexOf
(
'boe'
)
===
0
)
{
// boe
router
=
require
(
'@/entry/boe/router'
);
}
else
if
(
key
.
indexOf
(
'czt'
)
===
0
)
{
// boe
router
=
require
(
'@/entry/czt/router'
);
}
else
if
(
key
.
indexOf
(
'gs'
)
===
0
)
{
// boe
router
=
require
(
'@/entry/gs/router'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment