UPDATE: VERSION-20260316
This commit is contained in:
@@ -79,7 +79,7 @@ export default defineComponent({
|
|||||||
findScenarioByQuery(scenarioQuery.value).then(r => {
|
findScenarioByQuery(scenarioQuery.value).then(r => {
|
||||||
scenario.value = r.rows;
|
scenario.value = r.rows;
|
||||||
totalTress.value = r.total ?? 0;
|
totalTress.value = r.total ?? 0;
|
||||||
emit('select', r.rows[0]);
|
// emit('select', r.rows[0]);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user