db0cb3e7 by renchao@pashanhoo.com

1

1 parent c7b84eb4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 12:00:45
* @LastEditTime: 2023-07-28 13:04:45
-->
<template>
<div class="rlPopup">
......@@ -253,7 +253,7 @@
* @author: renchao
*/
async handleChange (file, files) {
debugger
console.log(files, 'filesfiles');
// 清空 fileList 数组
let length = files.length;
this.maxLength = Math.max(length, this.maxLength)
......