|
|
|
@ -257,6 +257,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
insertEvent() { |
|
|
|
insertEvent() { |
|
|
|
const record = { _select: false }; |
|
|
|
const record = { _select: false }; |
|
|
|
|
|
|
|
this.fileList = [] |
|
|
|
this.tidList.push(record) |
|
|
|
this.tidList.push(record) |
|
|
|
}, |
|
|
|
}, |
|
|
|
searchChange(params, done){ |
|
|
|
searchChange(params, done){ |
|
|
|
@ -321,6 +322,7 @@ export default { |
|
|
|
handleEdit(row,index) { |
|
|
|
handleEdit(row,index) { |
|
|
|
getDetail({id:row.id}).then(res =>{ |
|
|
|
getDetail({id:row.id}).then(res =>{ |
|
|
|
console.log('res--------------',res) |
|
|
|
console.log('res--------------',res) |
|
|
|
|
|
|
|
this.fileList = [] |
|
|
|
if(res.data.data.attach && JSON.stringify(res.data.data.attach) != '{}'){ |
|
|
|
if(res.data.data.attach && JSON.stringify(res.data.data.attach) != '{}'){ |
|
|
|
this.fileList = [ |
|
|
|
this.fileList = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
|