董国庆
2025-02-27 0aef89f077d19eee94fc1d232af2999a37870952
management/src/pages/setting/user/index.jsx
@@ -232,7 +232,7 @@
                <a
                  type="link"
                  onClick={() => {
                    addViewRef.current.refreshData(record);
                    addViewRef.current.refreshData({...record,type:'edit'});
                    handleModalVisibles(true);
                  }}
                >
@@ -261,7 +261,7 @@
              <a
                type="link"
                onClick={() => {
                  addViewRef.current.refreshData(record, true);
                  addViewRef.current.refreshData({...record,type:'detail'});
                  handleModalVisibles(true);
                }}
              >
@@ -344,7 +344,7 @@
                  <Button
                    type="primary"
                    onClick={() => {
                      addViewRef.current.refreshData({});
                      addViewRef.current.refreshData({type:'add'});
                      handleModalVisibles(true);
                    }}
                  >