调整业务模块

This commit is contained in:
2026-09-07 10:05:32 +08:00
parent 6a6d10dc79
commit 0d070d4b34
16 changed files with 264 additions and 157 deletions
+1 -3
View File
@@ -2003,9 +2003,7 @@ export default {
getCustomerArchiveList(1, 100, {
customerType: type,
status: 1,
...(this.dialogType !== 'add' && type === '客户'
? { approvalStatus: 'approved' }
: {}),
approvalStatus: 'approved',
})
.then(res => {
const records = (res.data.data && res.data.data.records) || [];