Ver Fonte

提交代码

Lijy há 4 meses atrás
pai
commit
3a878f9a32

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/home/component/workbench.vue

@@ -292,7 +292,7 @@ function processForms() {
   )
 
   commonExpressionsHaveBeenNodded.value = allFormList.filter(item =>
-    selectedForm.some(arrItem => arrItem.path !== item.path)
+    !selectedForm.some(arrItem => arrItem.path === item.path)
   )
 }
 
@@ -326,7 +326,7 @@ function getAllData() {
   if (areYouRequesting.value) {
     return
   }
-  displayFrequentlyUsedContacts.value = useInfo.modularList.filter(item => item.path === 'contacts').length
+  displayFrequentlyUsedContacts.value = useInfo.modularList.filter(item => item.path === '/contacts').length
   areYouRequesting.value = true
   Promise.all([
     getVisitorPlan(),