UPDATE: VERSION-20260314

This commit is contained in:
libertyspy
2026-03-14 21:37:18 +08:00
parent 0cf4c9b47e
commit 1504c3fc1b

View File

@@ -53,7 +53,7 @@
import { defineComponent, onMounted, ref } from 'vue';
import { CheckOutlined, DeleteOutlined, EditFilled, PlusOutlined } from '@ant-design/icons-vue';
import type { Scenario, ScenarioRequest } from './types';
import { findScenarioByQuery ,deleteOneScenarioById } from './api';
import { deleteOneScenarioById, findScenarioByQuery } from './api';
import { substring } from '@/utils/strings';
export default defineComponent({