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