|
@@ -368,8 +368,8 @@ export default {
|
|
|
|
|
|
} else {
|
|
} else {
|
|
if (row) {
|
|
if (row) {
|
|
- this.$set(this.rowFrom,'secondLevel',row.id)
|
|
|
|
- this.$set(this.rowFrom,'secondLevelName',row.cnName)
|
|
|
|
|
|
+ this.$set(this.rowFrom,'fieldValueNew',row.id)
|
|
|
|
+ this.$set(this.rowFrom,'fieldValueNewName',row.cnName)
|
|
// this.rowFrom.fieldValueNew = row.id
|
|
// this.rowFrom.fieldValueNew = row.id
|
|
// this.rowFrom.fieldValueNewName = row.cnName
|
|
// this.rowFrom.fieldValueNewName = row.cnName
|
|
} else {
|
|
} else {
|