fix: Fix change volume type result hint

Fix change volume type result hint to async type hint

Change-Id: I7ed6ca77b8918737984c2e7eedb4995f4730b6b4
This commit is contained in:
zhangjingwei 2021-08-10 14:36:52 +08:00 committed by Jingwei.Zhang
parent 7b1e35c1f0
commit 8af39e71a6

View File

@ -48,6 +48,10 @@ export class ChangeType extends ModalAction {
this.volumeTypeStore.fetchList();
}
get isAsyncAction() {
return true;
}
get volumeTypes() {
const { volume_type } = this.item;
const { data = [] } = this.volumeTypeStore.list;