Browse Source

提交

groupmealweb
gwbvipvip 8 months ago
parent
commit
4432a1feaf
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

@@ -481,8 +481,8 @@ const handleRemove = async (ids) => {
}
const LoadfunData= async(params)=>{
await getGoodstechnologypage(params).then((r) => {
setdatafunctionSource( r.data.data)
settotalfun( r.data.total)
setdatafunctionSource( r.data?.data)
settotalfun( r.data?.total)
});
}
const onTabChange = (key) => {


Loading…
Cancel
Save