ref: v3变更,,同步v2.2508.4
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { delNeConfigData } from '@/api/ne/neConfig';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import { currentCoreUid } from '@/hooks/useCoreUid';
|
||||
import { message } from 'ant-design-vue';
|
||||
import { reactive, toRaw } from 'vue';
|
||||
import { reactive } from 'vue';
|
||||
|
||||
/**
|
||||
* 批量删除array
|
||||
@@ -49,7 +50,8 @@ export default function useArrayBatch({
|
||||
for (let i = endIndex; i >= batchState.startIndex; i--) {
|
||||
const res = await delNeConfigData({
|
||||
neType: neTypeSelect.value[0],
|
||||
neId: neTypeSelect.value[1],
|
||||
neUid: neTypeSelect.value[1],
|
||||
coreUid: currentCoreUid(),
|
||||
paramName: batchState.paramName,
|
||||
loc: `${i}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user