style:材料信息
Showing
2 changed files
with
6 additions
and
6 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 17:06:44 | 4 | * @LastEditTime: 2023-10-09 11:02:50 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="djxxTable"> | 7 | <div class="djxxTable"> |
... | @@ -172,11 +172,10 @@ | ... | @@ -172,11 +172,10 @@ |
172 | }) | 172 | }) |
173 | .then(() => { | 173 | .then(() => { |
174 | this.$parent.addRepairRecord(row, del); | 174 | this.$parent.addRepairRecord(row, del); |
175 | 175 | // this.$message({ | |
176 | this.$message({ | 176 | // type: "success", |
177 | type: "success", | 177 | // message: "补录成功!", |
178 | message: "补录成功!", | 178 | // }); |
179 | }); | ||
180 | }) | 179 | }) |
181 | .catch(() => { | 180 | .catch(() => { |
182 | this.$message({ | 181 | this.$message({ | ... | ... |
... | @@ -297,6 +297,7 @@ | ... | @@ -297,6 +297,7 @@ |
297 | this.previewImg.imgList = res.result ? res.result : []; | 297 | this.previewImg.imgList = res.result ? res.result : []; |
298 | }) | 298 | }) |
299 | this.previewImg.bsmSj = item?.bsmSj; | 299 | this.previewImg.bsmSj = item?.bsmSj; |
300 | this.$refs.imageRef.initialIndex = 0 | ||
300 | }, | 301 | }, |
301 | /** | 302 | /** |
302 | * @description: 小图片点击 | 303 | * @description: 小图片点击 | ... | ... |
-
Please register or sign in to post a comment