zhanbo.xu

fix: 优化和增加搜索条件

......@@ -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 {
......