mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add and use loading
This commit is contained in:
@@ -112,8 +112,6 @@ const states = reactive({
|
||||
key: EntityType.filter((d: any) => d.value === params.entity)[0].key || 0,
|
||||
...params,
|
||||
});
|
||||
console.log(states);
|
||||
|
||||
function changeService(val: { value: string; label: string }) {
|
||||
states.service = val.value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user