Commit 709e6e2d authored by Mac's avatar Mac

1

parent 7e26057f
This diff is collapsed.
<style>
</style>
<template>
<div class="addwelcome page-body row" style="background: transparent;">
<!-- 图片 -->
<selectMaterial v-if="isshowselectMaterial" :materialType="materialType" :classifyList='classifyList'
@close="getclose()" @success='getsuccess'>
</selectMaterial>
</div>
</template>
<script>
import {
setWeChatWelcomesInfo,
getWeChatMediumGroupList,
getWeChatWelcomesInfo
} from '../../api/system/wechat';
export default {
meta: {
// title: "自定义筛选"
},
components: {
},
name: "customFilter",
data() {
return {
}
},
created() {
},
methods: {
}
}
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment