|
@@ -113,8 +113,7 @@
|
|
|
import Upload from '@/components/Upload/index.vue'
|
|
|
import { classifyMixin, platformMixin, payTypeMixin, onOrOffMixin, isFreeMixin } from '@/mixin/index'
|
|
|
import { selectAnchor } from '@/api/music/anchor'
|
|
|
-import { list } from '@/api/music/program'
|
|
|
-import { detail, submit, relieve } from '@/api/music/blog'
|
|
|
+import { detail, submit, relieve, checkList} from '@/api/music/blog'
|
|
|
export default {
|
|
|
mixins: [classifyMixin, platformMixin, payTypeMixin, onOrOffMixin, isFreeMixin],
|
|
|
components: {
|
|
@@ -270,7 +269,7 @@ export default {
|
|
|
// 节目列表
|
|
|
getList() {
|
|
|
this.loading = true
|
|
|
- list(this.dialogForm).then(res => {
|
|
|
+ checkList(this.dialogForm).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
this.dialogTableData = res.data.records
|
|
|
this.total = res.data.total
|