فهرست منبع

音频管理 歌手 上下架bug修复

DESKTOP-O04BTUJ\muzen 2 سال پیش
والد
کامیت
7a4aef2488
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      src/views/music/singer/index.vue

+ 1 - 4
src/views/music/singer/index.vue

@@ -141,10 +141,7 @@ export default {
       this.$confirm(`是否${title}${row.name}?`, '提示', {
         type: 'warning'
       }).then(() => {
-        change({
-          id: row.id,
-          status: status
-        }).then(res => {
+        change(row.id, status).then(res => {
           if (res.code === 0) {
             this.$message.success(`${title}成功!`)
             this.getList()