|
|
|
@ -1245,7 +1245,10 @@ export default { |
|
|
|
return |
|
|
|
} |
|
|
|
let finallyKey = this.fieldKey; |
|
|
|
|
|
|
|
if (recordData) { |
|
|
|
this.oldValue = recordData.oldValue; |
|
|
|
this.inputValue = recordData.inputValue; |
|
|
|
} |
|
|
|
let recordOldVlaue = this.oldValue, recordValue = this.inputValue, isModify = !!this.oldValue,oldUrl = "",url=""; |
|
|
|
if (this.type === "checkboxTag") { |
|
|
|
// checkboxTag类型,只记录当前tagIndex的数据变化 |
|
|
|
@ -1288,10 +1291,10 @@ export default { |
|
|
|
oldUrl = oldAttList.map(item => item.url).join("|"); |
|
|
|
url = attList.map(item => item.url).join("|"); |
|
|
|
} |
|
|
|
if (recordData) { |
|
|
|
recordOldVlaue = recordData.oldValue; |
|
|
|
recordValue = recordData.inputValue; |
|
|
|
} |
|
|
|
// if (recordData) { |
|
|
|
// recordOldVlaue = recordData.oldValue; |
|
|
|
// recordValue = recordData.inputValue; |
|
|
|
// } |
|
|
|
const record = { |
|
|
|
...baseInfo, |
|
|
|
oldValue: recordOldVlaue, |
|
|
|
|