feat: add and use loading

This commit is contained in:
Qiuxia Fan
2021-12-30 11:39:14 +08:00
parent 4b9d1dd362
commit 9ae1f26d84
5 changed files with 44 additions and 2 deletions

View File

@@ -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;
}