fix: WxMpSelect => WxAccountSelect

This commit is contained in:
dhb52
2023-04-14 15:22:23 +08:00
parent bb49c6bbda
commit 4f3e7ecaac
7 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
label-width="68px"
>
<el-form-item label="公众号" prop="accountId">
<WxMpSelect @change="onAccountChanged" />
<WxAccountSelect @change="onAccountChanged" />
</el-form-item>
</el-form>
</ContentWrap>
@@ -51,7 +51,7 @@
<script lang="ts" setup name="MpFreePublish">
import * as FreePublishApi from '@/api/mp/freePublish'
import WxNews from '@/views/mp/components/wx-news/main.vue'
import WxMpSelect from '@/views/mp/components/WxMpSelect.vue'
import WxAccountSelect from '@/views/mp/components/wx-account-select/main.vue'
const message = useMessage() // 消息弹窗
const { t } = useI18n() // 国际化