Merge branch 'feature_20250331_ai' into uat
This commit is contained in:
@@ -194,6 +194,9 @@ function getDiagramData() {
|
||||
per_page.value = res.meta.per_page;
|
||||
dataCount.value = res.other.answerCount;
|
||||
aiInsightResult.value = res.other.overall_conclusion;
|
||||
if (res.other.overall_conclusions) {
|
||||
aiInsightLoading.value = false;
|
||||
}
|
||||
hasElementAfterRemove.value = _total === 0 ? true : false;
|
||||
|
||||
let response_data = res.data
|
||||
|
||||
Reference in New Issue
Block a user