Compare commits

...

2 Commits

Author SHA1 Message Date
c83d17beac Merge branch 'master' of http://61.139.16.27:26684/maojiacai/ba_web 2025-09-26 17:30:31 +08:00
4c1a3ad423 更新 2025-09-26 17:30:25 +08:00

View File

@ -97,7 +97,6 @@ const fileList = ref([]);
watch(() => props.modelValue,(val) => {
let arr = val ? (Array.isArray(val) ? val :[val]): [];
console.log(val,'=========999');
if(arr.length == 0 ) return fileList.value = [];
fileList.value = arr.map((el) => {
if (Object.prototype.toString.call(el) === "[object Object]") {