Browse Source

11月6 检验检查

yq1 7 months ago
parent
commit
e1acacb3ba
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/user/inspection.vue

+ 3 - 2
src/xt_pages/user/inspection.vue View File

425
         </el-row>
425
         </el-row>
426
         <el-row>
426
         <el-row>
427
           <template v-for="(item, index) in form.imgs">
427
           <template v-for="(item, index) in form.imgs">
428
-            <el-col :span="5" :key="index">
428
+            <el-col :span="5" >
429
               <div>
429
               <div>
430
                 <el-row>
430
                 <el-row>
431
                   <img width="100px" :src="item.img_url" alt="">
431
                   <img width="100px" :src="item.img_url" alt="">
1260
         this.queryParams.project_id = this.project.project_id
1260
         this.queryParams.project_id = this.project.project_id
1261
         this.queryParams.page = 1
1261
         this.queryParams.page = 1
1262
         this.total = 0
1262
         this.total = 0
1263
-        console.log("wowowowowow")
1263
+        console.log("wowowowowow",this.queryParams)
1264
         this.fetchPatientInspections(this.queryParams)
1264
         this.fetchPatientInspections(this.queryParams)
1265
       }
1265
       }
1266
     },
1266
     },
1270
       this.queryParams.page = val
1270
       this.queryParams.page = val
1271
       this.fetchPatientInspections(this.queryParams)
1271
       this.fetchPatientInspections(this.queryParams)
1272
     },
1272
     },
1273
+    // 数据源
1273
     fetchPatientInspections(params) {
1274
     fetchPatientInspections(params) {
1274
       this.items = []
1275
       this.items = []
1275
       this.isPic = false
1276
       this.isPic = false