feat(xumu): 新增出栏申请功能
- 添加 AppSellApply 组件作为出栏申请的主入口 - 实现出栏申请列表页面,包括筛选、导出等功能 - 实现出栏申请详情和编辑页面,包括基础信息、标的信息、解押材料等 - 集成耳标选择器组件,用于选择投保标的
This commit is contained in:
@@ -33,7 +33,6 @@ export default {
|
||||
url += `?penId=${this.penId}`
|
||||
}
|
||||
!/undefined/.test(url) && this.instance.post(url).then(res => {
|
||||
console.log(res)
|
||||
if (res?.data) {
|
||||
this.list = res.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user