对接待办中心

This commit is contained in:
sunFlower
2022-10-21 11:27:51 +08:00
parent 844be1fc64
commit 4e235565a3
3 changed files with 9 additions and 0 deletions
@@ -107,6 +107,9 @@
queryParam: {} queryParam: {}
} }
}, },
mounted() {
this.getList()
},
methods: { methods: {
monitoringProcessClick(row) { monitoringProcessClick(row) {
let newUrl = this.$router.resolve({ let newUrl = this.$router.resolve({
@@ -98,6 +98,9 @@
queryParam: {} queryParam: {}
} }
}, },
mounted() {
this.getList()
},
methods: { methods: {
standardInformationClick(item) { standardInformationClick(item) {
let newUrl = this.$router.resolve({ let newUrl = this.$router.resolve({
@@ -107,6 +107,9 @@
} }
} }
}, },
mounted() {
this.getList()
},
methods: { methods: {
monitoringProcessClick(row) { monitoringProcessClick(row) {
let newUrl = this.$router.resolve({ let newUrl = this.$router.resolve({