Skip to content

Commit 948582d

Browse files
ba1q1fit2-zhao
authored andcommitted
fix: customerOpportunity
1 parent d6c5a7d commit 948582d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/packages/web/src/views/opportunity/components/opportunityTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
);
819819
820820
function searchData(_keyword?: string) {
821-
if (!activeTab.value) return;
821+
if (!activeTab.value && !props.isCustomerTab) return;
822822
setLoadListParams({
823823
keyword: _keyword ?? keyword.value,
824824
viewId: activeTab.value,

0 commit comments

Comments
 (0)