Commit 9a51fc97 authored by 靳野's avatar 靳野

fix:修复新增商品切换类目重量单位显示问题优化

parent a3280650
...@@ -452,7 +452,7 @@ const FormPriceOrStock = forwardRef((props, ref) => { ...@@ -452,7 +452,7 @@ const FormPriceOrStock = forwardRef((props, ref) => {
}, [customer]); }, [customer]);
useEffect(() => { useEffect(() => {
CreateColumnsEvent({}); firstOnChangeEvent();
}, [customer.isGold]); }, [customer.isGold]);
useEffect(() => { useEffect(() => {
......
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