1c763407 by renchao@pashanhoo.com

style:材料文件上传

1 parent 821394aa
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-05 09:55:42 4 * @LastEditTime: 2023-07-24 08:53:26
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clxx"> 7 <div class="clxx">
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
69 created () { 69 created () {
70 this.clmlInitList(1) 70 this.clmlInitList(1)
71 }, 71 },
72 mounted() { 72 mounted () {
73 this.ableOperation=this.$parent.ableOperation 73 this.ableOperation = this.$parent.ableOperation
74 }, 74 },
75 methods: { 75 methods: {
76 // 自动预览 76 // 自动预览
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
151 */ 151 */
152 updateList (val) { 152 updateList (val) {
153 let that = this 153 let that = this
154 if (val.children.length != []) { //删除最后一张图片时 val=null 154 if (val.children.length != 0) { //删除最后一张图片时 val=null
155 this.tableData.forEach(item => { 155 this.tableData.forEach(item => {
156 if (item.bsmSj === val.bsmSj) { 156 if (item.bsmSj === val.bsmSj) {
157 item.children = val.children 157 item.children = val.children
......