提交 c98acdc8 authored 作者: lidongxu's avatar lidongxu

refactor(plan): 暂时保存

上级 abe6210f
...@@ -138,18 +138,12 @@ ...@@ -138,18 +138,12 @@
</template> </template>
<script setup> <script setup>
import { v4 as uuidv4 } from 'uuid'; import { getProCityAPI, getDealerListAPI, getWarZoneListAPI, getChargeListAPI } from '@/api'
import { getPlanListAPI, uploadFileToOSSAPI, addPlanAPI, savePlanAPI, deletePlanAPI, addPlanByRoleAPI, getProCityAPI, getDealerListAPI, getWarZoneListAPI, getChargeListAPI, addPlanByWebAPI, updatePlanByWebAPI, getPlanStoreListAPI, updatePlanAPI, batchUpdatePlanAPI } from '@/api'
import { useDatePickerOptions, checkPlanExpire } from '@/hooks'
import store from '@/store'
import userStore from '@/store/modules/user' import userStore from '@/store/modules/user'
import { PROMOTION_STATUS, getPromotionActiveStatus } from '@/dicts' import { useDatePickerOptions } from '@/hooks'
import { parseTime } from '@/utils' import { PROMOTION_STATUS} from '@/dicts'
import EffectivePlan from './effectivePlan.vue'; import EffectivePlan from './effectivePlan.vue';
const { proxy } = getCurrentInstance();
const isCityManager = userStore().promotionIdentity const isCityManager = userStore().promotionIdentity
const { recentPickerOptions: pickerOptions } = useDatePickerOptions() const { recentPickerOptions: pickerOptions } = useDatePickerOptions()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论