✨ feat: 财务单据完善
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
},
|
||||
methods: {
|
||||
getFinancialAccounts() {
|
||||
console.log(this.financialAccounts, 'financialAccounts');
|
||||
this.options = this.financialAccounts.map(item => ({
|
||||
label: item.accountName,
|
||||
value: item.accountId
|
||||
|
||||
Reference in New Issue
Block a user