工作台调整,业务办理调整
This commit is contained in:
@@ -43,12 +43,10 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
const parentData = JSON.parse(decodeURIComponent(this.$Route.query.children))
|
||||
this.childrenArr = parentData
|
||||
this.businessId = this.childrenArr[0].id
|
||||
},
|
||||
onShow() {
|
||||
const parentData = JSON.parse(decodeURIComponent(this.$Route.query.children))
|
||||
this.childrenArr = parentData
|
||||
this.businessId = this.childrenArr[0].id
|
||||
},
|
||||
methods: {
|
||||
// 选择业务类型
|
||||
onBusiness(id){
|
||||
|
||||
Reference in New Issue
Block a user