|
@ -259,7 +259,7 @@ export default { |
|
|
this.receiptBank_list = res.data |
|
|
this.receiptBank_list = res.data |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
typeValues({ type: 'receiptType' }).then((res) => { |
|
|
typeValues({ type: 'customerPayType' }).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.collectionType_list = res.data |
|
|
this.collectionType_list = res.data |
|
|
} |
|
|
} |
|
|