个人单,企业年费调整
This commit is contained in:
@@ -161,6 +161,11 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
uni.showLoading({
|
||||
title: '加载中...',
|
||||
mask : true
|
||||
})
|
||||
|
||||
// 案件委托子分类
|
||||
this.yearSon();
|
||||
|
||||
@@ -204,13 +209,15 @@
|
||||
this.childrenArr = newChildren
|
||||
this.entrustId = newChildren[this.childrenValue].value
|
||||
|
||||
// // 获取综法咨询-详情
|
||||
// 获取综法咨询-详情
|
||||
this.getBusiness();
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
icon : 'none'
|
||||
})
|
||||
}).finally(() => {
|
||||
uni.hideLoading()
|
||||
})
|
||||
},
|
||||
|
||||
@@ -360,7 +367,6 @@
|
||||
.content {
|
||||
background-color: #111e4b;
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user