Commit a3280650 authored by 靳野's avatar 靳野

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

parent a1240ee5
......@@ -451,6 +451,10 @@ const FormPriceOrStock = forwardRef((props, ref) => {
customerRef.current = customer;
}, [customer]);
useEffect(() => {
CreateColumnsEvent({});
}, [customer.isGold]);
useEffect(() => {
if (customer.isEdit || customer.isUseCache) {
if (!editData) {
......
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