Commit fdff2c5d9e0ac7e5c5d31700db6e6f17fc2e4900

Authored by fengtao
1 parent 4347feeb

fix:修改组织管理重复提交问题

... ... @@ -82,6 +82,9 @@
82 82 emit('success');
83 83 } catch {
84 84 } finally {
  85 + setTimeout(() => {
  86 + setDrawerProps({ confirmLoading: false });
  87 + }, 300);
85 88 }
86 89 }
87 90
... ...