28209
This commit is contained in:
@@ -382,8 +382,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (item.type === 'gird' && this.formData[item.fieldDbName]) {
|
if (item.type === 'gird' && this.formData[item.fieldDbName]) {
|
||||||
this.girdName = res.data.gird_id_name
|
this.girdName = res.data[`${item.fieldDbName}_name`]
|
||||||
this.girdName = res.data.gird_id_name
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.type === 'upload' && !this.formData[item.fieldDbName]) {
|
if (item.type === 'upload' && !this.formData[item.fieldDbName]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user