UPDATE: VERSION-20260316

This commit is contained in:
libertyspy
2026-03-16 15:49:43 +08:00
parent fc7b5e6c63
commit 82bbfb83ca

View File

@@ -79,7 +79,7 @@ export default defineComponent({
findScenarioByQuery(scenarioQuery.value).then(r => {
scenario.value = r.rows;
totalTress.value = r.total ?? 0;
emit('select', r.rows[0]);
// emit('select', r.rows[0]);
});
};