QuKatie hace 3 años
padre
commit
ee33746d30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>