Quellcode durchsuchen

提交

groupmealweb
gwbvipvip vor 10 Monaten
Ursprung
Commit
d800f1449d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/pages/device/productmanage/index.jsx

+ 2
- 2
src/pages/device/productmanage/index.jsx Datei anzeigen

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


Laden…
Abbrechen
Speichern