4.21 修改默认货币

This commit is contained in:
tczjx58520 2020-04-21 09:16:01 +08:00
parent 8053fad46b
commit 7a238c994c

View file

@ -496,10 +496,11 @@ export default {
methods: {
getcurrency() {
const mycountry = this.$store.getters.countryId
console.log('mycountry=====', mycountry)
if (mycountry === 1) {
this.personalForm.currency = '3'
} else if (mycountry === 2) {
this.personalForm.currency = '1'
} else if (mycountry === 2) {
this.personalForm.currency = '3'
}
},
handlepaythis(row) {