This commit is contained in:
pushuo 2022-07-27 15:44:14 +08:00
parent bdb156662d
commit b125165f2b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
let tax = this.tax_rates[index];
this.dialog.form = {
id: null,
id: tax.id,
name: tax.name,
rate: tax.rate,
type: tax.type,