9947d394 by renchao@pashanhoo.com

style:材料信息编辑放大功能的完善

1 parent ec3916e9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-31 14:03:38
* @LastEditTime: 2023-11-10 10:55:05
-->
<template>
<div class="rlPopup">
......@@ -329,6 +329,7 @@
deleteClmx(bsmClmx).then(res => {
if (res.code == 200) {
that.$emit('updateList', { children: this.previewImg.imgList, bsmSj: bsmSj })
that.initialIndex = that.previewImg.index
that.$message({
message: '删除成功!',
type: 'success'
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-01 08:55:44
* @LastEditTime: 2023-11-10 10:55:18
-->
<template>
<div class="rlPopup">
......@@ -328,6 +328,7 @@
deleteClmx(bsmClmx).then(res => {
if (res.code == 200) {
that.$emit('updateList', { children: this.previewImg.imgList, bsmSj: bsmSj })
that.initialIndex = that.previewImg.index
that.$message({
message: '删除成功!',
type: 'success'
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-01 08:47:49
* @LastEditTime: 2023-11-10 10:53:37
-->
<template>
<div class="rlPopup">
......@@ -330,6 +330,7 @@
deleteFile(bsmFile).then(res => {
if (res.code == 200) {
that.$emit('updateList', { children: this.previewImg.imgList, bsmMaterial: bsmMaterial })
that.initialIndex = that.previewImg.index
that.$message({
message: '删除成功!',
type: 'success'
......