|
@@ -430,11 +430,11 @@ export default {
|
|
var params = {
|
|
var params = {
|
|
appNo: item.rowApplicationNo,
|
|
appNo: item.rowApplicationNo,
|
|
}
|
|
}
|
|
- // this.$api.getPictureGuid(params).then(response => {
|
|
|
|
- // if (response.code == 200) {
|
|
|
|
- // this.$set(item, 'pictureGuid', response.data)
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
|
|
+ this.$api.getPictureGuid(params).then(response => {
|
|
|
|
+ if (response.code == 200) {
|
|
|
|
+ this.$set(item, 'pictureGuid', response.data)
|
|
|
|
+ }
|
|
|
|
+ })
|
|
this.$api.getLegalStatus(params).then(response => {
|
|
this.$api.getLegalStatus(params).then(response => {
|
|
if (response.code == 200) {
|
|
if (response.code == 200) {
|
|
this.$set(item, 'legalStatus', response.data)
|
|
this.$set(item, 'legalStatus', response.data)
|