对接待办中心
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user