|
@@ -138,16 +138,16 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
showPopover(row){
|
|
|
- if(this.outside && !row.showPopover){
|
|
|
- var params = {
|
|
|
- appNo: row.rowApplicationNo,
|
|
|
- }
|
|
|
- this.$api.getPictureGuid(params).then(response => {
|
|
|
- if (response.code == 200) {
|
|
|
- this.$set(row, 'pictureGuid', response.data)
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
+ // if(this.outside && !row.showPopover){
|
|
|
+ // var params = {
|
|
|
+ // appNo: row.rowApplicationNo,
|
|
|
+ // }
|
|
|
+ // this.$api.getPictureGuid(params).then(response => {
|
|
|
+ // if (response.code == 200) {
|
|
|
+ // this.$set(row, 'pictureGuid', response.data)
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }
|
|
|
this.$set(row,'showPopover',true)
|
|
|
|
|
|
},
|