Browse Source

修改bug

QuKatie 3 năm trước cách đây
mục cha
commit
ee33746d30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/maintenance/priceLibrary/index.vue

+ 1 - 1
src/views/maintenance/priceLibrary/index.vue

@@ -152,7 +152,7 @@
             type="text"
             icon="el-icon-delete"
             size="small"
-            @click.stop="rowDel(scope.row, scope.index)"
+            @click.stop="rowDel(row,index)"
             >删除
           </el-button>
         </template>