Commit a26f652b by LJM

bug

parent d0b9cd16
Showing with 1 additions and 1 deletions
......@@ -674,7 +674,7 @@ export default {
currentChange(val) {
if (val == 1) {
this.ruleForm.tax_rate = '13%';
} else if (val == 2) {
} else{
this.ruleForm.tax_rate = '0%';
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment