Browse Source

ai预测指标

yujinwen 5 ngày trước cách đây
mục cha
commit
efcbab2995
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/business_manage/components/SetPermission.vue

+ 1 - 1
src/views/business_manage/components/SetPermission.vue

@@ -226,7 +226,7 @@ watch(
   () => props.currentStep,
   (newValue) => {
     if (newValue === 3 && route.name !== 'addBusiness') {
-      emit('getSearch', searchTxt.value);
+      // emit('getSearch', searchTxt.value);
     }
   },
   { immediate: true }