Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -327,7 +327,7 @@ export default { | ... | @@ -327,7 +327,7 @@ export default { |
| 327 | type: "warning", | 327 | type: "warning", |
| 328 | }) | 328 | }) |
| 329 | .then(() => { | 329 | .then(() => { |
| 330 | - getHsCodeSingleSync({ id: record.id }).then((res) => { | 330 | + getHsCodeSingleSync({ id: record.skuCode }).then((res) => { |
| 331 | if (+res.code === 200) { | 331 | if (+res.code === 200) { |
| 332 | this.alertSuccessMsg(res.message); | 332 | this.alertSuccessMsg(res.message); |
| 333 | } else { | 333 | } else { | ... | ... |
-
Please register or login to post a comment