fix(缺陷管理): 修复缺陷管理详情编辑后未更新列表状态
This commit is contained in:
parent
d167dd2ba9
commit
4c692862fc
|
@ -140,7 +140,7 @@
|
||||||
:is-platform-default-template="isPlatformDefaultTemplate"
|
:is-platform-default-template="isPlatformDefaultTemplate"
|
||||||
:loading="rightLoading"
|
:loading="rightLoading"
|
||||||
:platform-system-fields="platformSystemFields"
|
:platform-system-fields="platformSystemFields"
|
||||||
@update-success="detailDrawerRef?.initDetail()"
|
@update-success="loadList"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BugCaseTab
|
<BugCaseTab
|
||||||
|
@ -463,6 +463,11 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function loadList() {
|
||||||
|
detailDrawerRef.value?.initDetail();
|
||||||
|
emit('submit');
|
||||||
|
}
|
||||||
|
|
||||||
const shareLoading = ref<boolean>(false);
|
const shareLoading = ref<boolean>(false);
|
||||||
|
|
||||||
function shareHandler() {
|
function shareHandler() {
|
||||||
|
|
Loading…
Reference in New Issue