Commit 1c00ea67 authored by 靳野's avatar 靳野

fix:解决编辑的时候单位不显示的问题

parent e4910505
......@@ -502,7 +502,7 @@ const FormPriceOrStock = forwardRef((props, ref) => {
setMergeTable(Boolean(editData.secondSpecValue && editData.secondSpecValue.length));
setTableData(fliterSkuListSortData(skuList) || []);
}
}, [customer.isEdit, customer.isUseCache, editData, customer.isGold]);
}, [customer.isEdit, customer.isUseCache, editData]);
return (
<>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment