Commit ec1d80be authored by 皮倩雯's avatar 皮倩雯

fix: '消息平台推送模板配置bug修复'

parent cb4a2974
Pipeline #76979 passed with stages
......@@ -54,7 +54,7 @@ const TemplateManage = () => {
const [messageVersion, setMessageVersion] = useState('');
useEffect(() => {
getTemplateList();
getTemplateList({ queryInfo: value, tempType: currentType === '全部' ? '' : currentType });
selectFocus();
getMessageVersion();
}, [flag]);
......
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