xinyan 8 mesi fa
parent
commit
e809b6fb1f

+ 1 - 1
src/views/efTools/automation/components/adActivityDialog.vue

@@ -4,7 +4,7 @@
  * @Description:广告关联活动弹窗
  * @Author: xinyan
  */
-import { computed, onMounted, ref, watch } from 'vue';
+import { computed, onMounted, ref, watch ,toRefs} from 'vue';
 import { getAdGroupList, getRelationCampaign } from '/@/views/efTools/automation/api';
 import { storeToRefs } from 'pinia';
 import { useShopInfo } from '/@/stores/shopInfo';