ref: v3变更,,完成整合,同步v2.2508.4 -250902
This commit is contained in:
@@ -283,7 +283,7 @@ function fnModalVisibleByEdit(record?: any) {
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
modalState.confirmLoading = true;
|
||||
|
||||
getNeInfo(record.id).then(res => {
|
||||
getNeInfo(currentCoreUid(), record.id).then(res => {
|
||||
modalState.confirmLoading = false;
|
||||
hide();
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user