个人单,企业年费调整

This commit is contained in:
唐明明
2023-05-22 17:31:51 +08:00
parent 0fe6fd4aaf
commit f7824e3e86
6 changed files with 157 additions and 134 deletions

View File

@@ -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;
}