feat(arch): 推荐架构方案二

This commit is contained in:
woody 2025-09-26 10:43:16 +08:00
parent 29aca47694
commit 1ab58e6189
5 changed files with 430 additions and 688 deletions

View File

@ -61,3 +61,20 @@ export function getChildList(params) {
params
})
}
// 查询推荐架构列表
export function getAzFrameworkList(params) {
return request({
url: '/member/manage/member-structure/three-framework-list',
method: 'get',
params
})
}
export function getAzFramewrokNodeInfo(params) {
return request({
url: '/member/manage/member-structure/pointDetail',
method: 'get',
params
})
}

File diff suppressed because it is too large Load Diff

View File

@ -184,7 +184,7 @@ export default {
moren: 'azjg',
queryParams: {
memberSettlePeriodId: '', //
memberCode: 'KG71227311', //
memberCode: '', //
stage: 1,
stageStatus: '',
childNode: ''
@ -326,11 +326,7 @@ export default {
</div>
) : (
<div class='empty-node'>
<div class='empty-avatar'>
<i class='el-icon-plus'></i>
</div>
<div class='empty-text'>空点位</div>
<div class='status-indicator inactive'></div>
</div>
)}
</div>
@ -392,14 +388,14 @@ export default {
},
resetHandle() {
this.$refs.topMemberSelect.reset()
this.queryParams = {
memberSettlePeriodId: '', //
memberCode: '', //
stage: 7,
type: 1
}
this.getSearch()
this.data = {}
this.childNodeList = []
},
getChildNodeList() {
if (!this.queryParams.memberCode) {

View File

@ -5,11 +5,11 @@ export default {
{
name: '方案一',
path: 'azjg'
},
{
name: '方案二',
path: 'azjg2'
}
// {
// name: '方案二',
// path: 'azjg2'
// }
]
}
}

View File

@ -398,9 +398,6 @@
:data="tableData"
:height="isActive ? '480px' : '630px'"
>
v-loading="loading" style="width: 100%" :header-cell-style="{
background: '#EEEEEE' }" :row-class-name="tableRowClassName"
@selection-change="handleSelectionChange" >
<el-table-column type="selection" />
<el-table-column
v-if="allTxt.memberCode"