Ver código fonte

提交

groupmealweb
gwbvipvip 10 meses atrás
pai
commit
d800f1449d
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/pages/device/productmanage/index.jsx

+ 2
- 2
src/pages/device/productmanage/index.jsx Ver arquivo

@@ -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,


Carregando…
Cancelar
Salvar