Explorar el Código

提交

groupmealweb
gwbvipvip hace 10 meses
padre
commit
d800f1449d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/pages/device/productmanage/index.jsx

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

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


Cargando…
Cancelar
Guardar