瀏覽代碼

音频管理 歌手 上下架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()