|
@@ -174,10 +174,11 @@ export default {
|
|
},
|
|
},
|
|
//打开附件
|
|
//打开附件
|
|
annexOpen(row, index){
|
|
annexOpen(row, index){
|
|
- this.dialogVisible = true
|
|
|
|
|
|
+ this.orderList = []
|
|
this.form = row
|
|
this.form = row
|
|
getAttachment({id:row.id}).then(res=>{
|
|
getAttachment({id:row.id}).then(res=>{
|
|
this.orderList = res.data.data
|
|
this.orderList = res.data.data
|
|
|
|
+ this.dialogVisible = true
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//搜索
|
|
//搜索
|