Fix showDetail function in multiple components
This commit is contained in:
		| @@ -949,6 +949,7 @@ const getDetail = async () => { | ||||
|     }) | ||||
|     .finally(() => { | ||||
|       loadingSubData.value = false | ||||
|       dialogDetail.value = true | ||||
|     }) | ||||
| } | ||||
|  | ||||
| @@ -961,7 +962,6 @@ const showDetail = () => { | ||||
|   clearSelection() | ||||
|   dataSub.value = [] | ||||
|   dataSubSelected.value = null | ||||
|   dialogDetail.value = true | ||||
|   getDetail() | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user