|
|
|
@ -1024,8 +1024,7 @@ export default { |
|
|
|
this.oldLocalDataSource = JSON.parse(JSON.stringify(this.localDataSource)); |
|
|
|
this.localDataSource[rowIndex] = { ...this.localDataSource[rowIndex], ...data }; |
|
|
|
this.localDataSource = [...this.localDataSource]; |
|
|
|
console.log(signData,"signData") |
|
|
|
if(signData && signData.remark){ |
|
|
|
if(updateFields.length > 0){ |
|
|
|
updateFields.map((key)=>{ |
|
|
|
const ref = this.$refs[key+rowIndex]; |
|
|
|
if(ref){ |
|
|
|
|