Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
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
chenqikuai
source-trace-manage
Commits
ee66ee81
Commit
ee66ee81
authored
Aug 12, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ba0f05a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.vue
src/views/Tracing/tracingDetail/index.vue
+5
-1
index.vue
src/views/Tracing/tracingManagement/index.vue
+1
-0
No files found.
src/views/Tracing/tracingDetail/index.vue
View file @
ee66ee81
...
...
@@ -167,7 +167,11 @@ const checkModifiedAndToast = (cb: any) => {
};
const
handleClose
=
()
=>
{
checkModifiedAndToast
(()
=>
router
.
push
(
"/tracingManagement"
));
checkModifiedAndToast
(()
=>
{
setTimeout
(()
=>
{
router
.
push
(
"/tracingManagement"
);
},
10
);
});
};
const
initBaseProof
=
async
()
=>
{
const
ret
=
await
$ajax
({
...
...
src/views/Tracing/tracingManagement/index.vue
View file @
ee66ee81
...
...
@@ -239,6 +239,7 @@ import ProofTable from "./components/ProofTable/index.vue";
import
CopyGoods
from
"./components/CopyGoods/index.vue"
;
import
DeleteGoods
from
"./components/DeleteGoods/index.vue"
;
import
Increment
from
"./components/Increment/index.vue"
;
import
{
globalState
}
from
"@/store/state"
;
import
{
syButton
,
...
...
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