Browse Source

提交

groupmealweb
gwbvipvip 10 months ago
parent
commit
d800f1449d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/pages/device/productmanage/index.jsx

+ 2
- 2
src/pages/device/productmanage/index.jsx View File

@@ -656,8 +656,8 @@ const handleRemove = async (ids) => {
params.productVesionId=props.location.query.values.id
await getGoodstechnologypage(params).then((r) => {
data = r.data.data;
setdatafunctionSource( r.data.data)
total = r.data.total;
setdatafunctionSource( r.data?.data)
total = r.data?.total;
});
return {
data: data,


Loading…
Cancel
Save