skyouc
2025-04-29 669fe984048785873c20fbd0ce8abb3cd52c1fce
rsf-admin/src/page/system/serialRule/SerialRuleCreate.jsx
@@ -47,7 +47,7 @@
    setOpen(false);
    notify("common.response.success");
  };
  const dicts = JSON.parse(localStorage.getItem('sys_dicts'))?.filter(dict => (dict.dictTypeCode == 'sys_task_reset_type')) || [];
  const dicts = JSON.parse(localStorage.getItem('sys_dicts'))?.filter(dict => (dict.dictTypeCode == 'sys_rule_type')) || [];
  const handleError = async (error) => {
    notify(error.message || "common.response.fail", {
@@ -172,7 +172,7 @@
                zIndex: 1000,
              }}
            >
              <Toolbar sx={{ width: "100%", justifyContent: "space-between" }}>
              <Toolbar sx={{ width: "100%", justifyContent: "end" }}>
                <SaveButton />
              </Toolbar>
            </DialogActions>