mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 13:39:48 +08:00
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
This commit is contained in:
parent
b87826415d
commit
4b354d1987
@ -138,7 +138,7 @@ export default {
|
|||||||
if (mutation.payload.columnName === 'C_Country_ID') {
|
if (mutation.payload.columnName === 'C_Country_ID') {
|
||||||
const values = []
|
const values = []
|
||||||
// Get country definition to sequence fields and displayed value
|
// Get country definition to sequence fields and displayed value
|
||||||
if (mutation.value !== this.currentCountryDefinition.countryId) {
|
if (mutation.payload.value !== this.currentCountryDefinition.countryId) {
|
||||||
this.requestGetCountryDefinition({
|
this.requestGetCountryDefinition({
|
||||||
id: mutation.payload.value
|
id: mutation.payload.value
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user