Commit 9c01ca81 authored by wuhao's avatar wuhao 🎯

asder

parent d3d85fd3
...@@ -31,6 +31,10 @@ let Diyrule = (props) => { ...@@ -31,6 +31,10 @@ let Diyrule = (props) => {
); );
}, [defval?.other]); }, [defval?.other]);
useEffect(() => {
onChange(defval);
});
let { data, loading } = useRequest(() => { let { data, loading } = useRequest(() => {
return doFetch({ url: '/base/bmNoRule/querySelect', params: {} }); return doFetch({ url: '/base/bmNoRule/querySelect', params: {} });
}); });
......
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