| src/views/algorithmMange/algorithmMange.vue | ●●●●● patch | view | raw | blame | history |
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() })