修复提交异常
This commit is contained in:
@@ -311,6 +311,7 @@ function fnModalVisibleByEdit(id?: string) {
|
||||
modalState.confirmLoading = false;
|
||||
hide();
|
||||
if (res.code === RESULT_CODE_SUCCESS && res.data) {
|
||||
fnSelectPerformanceInit(res.data.neType)
|
||||
modalState.from = Object.assign(modalState.from, res.data);
|
||||
modalState.title = t('views.perfManage.perfThreshold.editThre');
|
||||
modalState.visibleByEdit = true;
|
||||
|
||||
Reference in New Issue
Block a user