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-07-04 17:02:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1c792264c1f96907101b0e57d33641862eed6c8
e1c79226
1 parent
06dad530
feat: 新增功能
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/pvgList/index.vue
src/views/pvgList/index.vue
View file @
e1c7922
...
...
@@ -374,7 +374,7 @@ export default {
popoverChange(val) {
console.log(val);
this.tableData = val.tableData;
this.receiptApi(val.data.
i
d, val.status)
this.receiptApi(val.data.
listI
d, val.status)
.then((res) => {
val.tableData.forEach((item) => {
if (item.declareId == val.data.declareId) {
...
...
Please
register
or
login
to post a comment