Commit 05c0c1ef by crushh

update: dist

parent f8e3d6d9
......@@ -334,8 +334,6 @@ export default {
onEnd({ newIndex, oldIndex }) {
const currRow = that.prizeForm.gamePrizeList.splice(oldIndex, 1)[0];
that.prizeForm.gamePrizeList.splice(newIndex, 0, currRow);
console.log(that.prizeForm.gamePrizeList);
}
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment