|
@@ -50,11 +50,6 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
editDom() {
|
|
|
- this.$store.commit(
|
|
|
- 'monthlyReportEdit/ADD_EDIT_KEYS',
|
|
|
- // `${row.rowKey}_${index}`
|
|
|
- `${this.item.domKey}`
|
|
|
- )
|
|
|
if (this.pageDate.status < 20) {
|
|
|
this.$store.commit(
|
|
|
'monthlyReportEdit/ADD_EDIT_KEYS',
|