fix: 优化客户人员所属

This commit is contained in:
wangzhuo
2025-09-17 21:59:03 +08:00
parent f3e20ce31a
commit 3e5a70f147

View File

@@ -222,6 +222,7 @@ let handleDetail = (item) => {
url: "/pages/business/CRM/customer/components/customerUserEdit", url: "/pages/business/CRM/customer/components/customerUserEdit",
events: { events: {
refreshCusUserList() { refreshCusUserList() {
console.log('refreshCusUserList',"响应刷新")
handleSearch(); handleSearch();
} }
}, },