This commit is contained in:
yanran200730
2022-03-15 09:48:01 +08:00
parent 7879070993
commit 9ee83ea972

View File

@@ -382,8 +382,7 @@ export default {
}
if (item.type === 'gird' && this.formData[item.fieldDbName]) {
this.girdName = res.data.gird_id_name
this.girdName = res.data.gird_id_name
this.girdName = res.data[`${item.fieldDbName}_name`]
}
if (item.type === 'upload' && !this.formData[item.fieldDbName]) {