Explorar o código

feature:修改编辑排序不受disabled影响

zeng.chen hai 1 mes
pai
achega
0812e6d0ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/music/album/detail.vue

+ 1 - 1
src/views/music/album/detail.vue

@@ -338,7 +338,7 @@ export default {
     },
     // 点击编辑图标显示输入框
     handleEditClick(row, index) {
-      if (this.disabled || !this.canOrder) {
+      if (!this.canOrder) {
         console.log('编辑功能已禁用', this.disabled, this.canOrder);
         return;
       }