65534023 by renchao@pashanhoo.com

1

1 parent 343c937e
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
254 */ 254 */
255 async handleChange (file, files) { 255 async handleChange (file, files) {
256 // 清空 fileList 数组 256 // 清空 fileList 数组
257 debugger
257 let length = files.length; 258 let length = files.length;
258 this.maxLength = Math.max(length, this.maxLength) 259 this.maxLength = Math.max(length, this.maxLength)
259 this.$refs.upload.clearFiles(); 260 this.$refs.upload.clearFiles();
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-28 09:35:38 4 * @LastEditTime: 2023-07-28 11:37:31
5 --> 5 -->
6 <template> 6 <template>
7 <div class="clxx"> 7 <div class="clxx">
...@@ -38,8 +38,7 @@ ...@@ -38,8 +38,7 @@
38 import clxxAddDialog from "../dialog/clxxAddDialog.vue"; 38 import clxxAddDialog from "../dialog/clxxAddDialog.vue";
39 import clxxDetailDialog from "../dialog/clxxDetailDialog.vue"; 39 import clxxDetailDialog from "../dialog/clxxDetailDialog.vue";
40 import imagePreview from '@/views/components/imagePreview.vue' 40 import imagePreview from '@/views/components/imagePreview.vue'
41 import { InitClml, saveClml, deleteSjClml, moveClml } from "@/api/clxx.js"; 41 import { InitClml, saveClml } from "@/api/clxx.js";
42 import { popupDialog } from "@/utils/popup.js";
43 export default { 42 export default {
44 components: { clxxAddDialog, imagePreview, clxxDetailDialog }, 43 components: { clxxAddDialog, imagePreview, clxxDetailDialog },
45 data () { 44 data () {
......