|
|
@@ -227,14 +227,12 @@
|
|
227
|
227
|
methods: {
|
|
228
|
228
|
formtDept(row, column) {
|
|
229
|
229
|
if (row.F_ProposerDept && row.F_ApplicationDept != '0') {
|
|
230
|
|
- console.log(this.$store.getters.deptmap, 'this.$store.getters.deptmap')
|
|
231
|
230
|
return this.$store.getters.deptmap[parseInt(row.F_ProposerDept)]
|
|
232
|
231
|
.text;
|
|
233
|
232
|
}
|
|
234
|
233
|
},
|
|
235
|
234
|
formtLocation(row, column) {
|
|
236
|
235
|
if (row.F_ProposerDept) {
|
|
237
|
|
- console.log(this.$store.getters.deptmap, 'this.$store.getters.deptmap')
|
|
238
|
236
|
return this.$store.getters.deptmap[parseInt(row.F_ProposerDept)]
|
|
239
|
237
|
.location;
|
|
240
|
238
|
}
|