无人机管理后台前端(已迁走)
chenyao
2025-09-18 1dd5b0dfca62428c513122b4b7a9d1c2a8e856a8
src/views/algorithmMange/algorithmMange.vue
@@ -128,6 +128,7 @@
<script setup>
import { getAlgorithmManageList, algorithmManageEdit } from '@/api/algorithmMange/algorithmMange';
import { getDictionaryByCode } from '@/api/system/dictbiz';
import { ElMessage } from 'element-plus';
const total = ref(0)
const params = ref({
@@ -241,6 +242,7 @@
  await formValidate.validate((valid, fields) => {
    if (valid) {
      algorithmManageEdit(editParams.value).then(res => {
        ElMessage.success('保存成功')
        isShowEditView.value = false
        getList()
      })