Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-05-22 14:19:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b55c999699ee39019b1d9908a2ec0c6b0ed5f6af
b55c9996
1 parent
c0a787f3
fix: 优化和增加搜索条件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/hs-code/index.vue
src/views/hs-code/index.vue
View file @
b55c999
...
...
@@ -327,7 +327,7 @@ export default {
type: "warning",
})
.then(() => {
getHsCodeSingleSync({ id: record.
id
}).then((res) => {
getHsCodeSingleSync({ id: record.
skuCode
}).then((res) => {
if (+res.code === 200) {
this.alertSuccessMsg(res.message);
} else {
...
...
Please
register
or
login
to post a comment