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
jinhui.wang
2024-12-21 17:11:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff38b5df7d9f06b0845fde5ab38493f80cbdb97f
ff38b5df
1 parent
32c89bdc
参数修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/exportListQuery/index.vue
src/views/exportListQuery/index.vue
View file @
ff38b5d
...
...
@@ -390,7 +390,7 @@ export default {
popoverChange(val) {
console.log(val);
this.tableData = val.tableData;
this.receiptApi(val.data.
id
, val.status)
this.receiptApi(val.data.
copNo
, val.status)
.then((res) => {
val.tableData.forEach((item) => {
if (item.declareId == val.data.declareId) {
...
...
Please
register
or
login
to post a comment