|
@ -165,7 +165,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
updateAction (id) { |
|
|
updateAction (id) { |
|
|
this.$parent.selectComponent = 'ActInfoUpdate' |
|
|
this.$parent.selectComponent = 'ActInfoUpdate' |
|
|
this.$router.push({ path: '/activityinfo-add-or-update', query: { id: id } }) |
|
|
this.$router.push({ path: '/activity-actinfo', query: { id: id } }) |
|
|
}, |
|
|
}, |
|
|
cancelHandle (row) { |
|
|
cancelHandle (row) { |
|
|
let state = row.actStatus |
|
|
let state = row.actStatus |
|
|