|
@@ -598,7 +598,7 @@ const tableEvents = {
|
|
|
onlyClickHighlight(row, '_action_clicked_rollback')
|
|
|
const mark = getMarkWithRow(row)
|
|
|
console.log(mark)
|
|
|
- ServerActionUpdateCodeState({ cssmark: mark, state: -1 }).then(r => {
|
|
|
+ ServerActionUpdateCodeState({ cssmark: mark, state: 0 }).then(r => {
|
|
|
if (r.err === 1) {
|
|
|
ElMessage({
|
|
|
message: '回退成功',
|