2
3
Просмотр исходного кода

前:信息变更审批页面的服务类和基建类文件显示问题

dubch 4 лет назад
Родитель
Сommit
4417c7c823

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/goodsoperation.vue

@@ -2624,6 +2624,7 @@
         annualapi.GetChangeEntity(Id, params, this.$axios).then(res => {
           this.copyformdata = _.cloneDeep(res.data[0])
           this.formData = res.data[1]
+          console.log(this.formData, '年审变更项')
           this.CityAry = []
           this.CityAry.push(this.formData.Province)
           this.CityAry.push(this.formData.City)

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/auditoperation.vue

@@ -596,6 +596,7 @@
                       <div v-else>
                         <img
                           class="photoStyle" alt=""
+                          v-if="fileurlcut(scope.row.FileUrl, index)"
                           :src="'http://' + fileurlcut(scope.row.FileUrl, index)"
                           :key="index">
                       </div>
@@ -702,6 +703,7 @@
                       <div v-else>
                         <img
                           class="photoStyle" alt=""
+                          v-if="fileurlcut(scope.row.FileUrl, index)"
                           :src="'http://' + fileurlcut(scope.row.FileUrl, index)"
                           :key="index">
                       </div>