houzhongjian
2024-09-27 912df10c968d01457d15bcfa0b10acc7d7d4b7aa
src/views/model/mpk/file/MpkForm.vue
@@ -266,6 +266,10 @@
  const updateSetting = (info) => {
    settingFormRef.value.open(info)
  }
  // 删除setting
  const deleteSetting = (methodSettings,index) => {
    methodSettings.splice(index, 1);
  }
  const methodExpandedRowKeys = ref([])
  const methodExpandChange = async (row: any, expandedRows: any[]) => {
@@ -449,7 +453,7 @@
          methodName: 'train',
          dataLength: 1,
          model: 0,
          resultKey: undefined,
          resultKey: 'result',
          methodSettings: []
        },
        {