调整业务模块
This commit is contained in:
@@ -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) || [];
|
||||
|
||||
Reference in New Issue
Block a user