feat(property-marketing): 新增PDF导出功能并优化投放指南页面交互
This commit is contained in:
@ -75,7 +75,6 @@ let previousFileListLength = 0;
|
||||
//删除图片
|
||||
const onChange = (fileList) => {
|
||||
if (fileList.length < previousFileListLength) {
|
||||
// 在这里执行你需要的操作
|
||||
if (props.limit === 1) {
|
||||
if (fileList.length === 0) {
|
||||
emit('update:modelValue', '');
|
||||
@ -90,7 +89,6 @@ const onChange = (fileList) => {
|
||||
}
|
||||
}
|
||||
|
||||
// 更新上一次的文件列表长度
|
||||
previousFileListLength = fileList.length;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user