@@ -140,6 +140,9 @@ const searchClick = () => {
//获取数据
const searchForm = ref({queryStr: ''})
const getDataList = async (pageNo, pageSize) => {
+ if (pageNo === 1) {
+ imageList.value = []
+ }
const {id, fileType, type, treeId} = pageNode.value
if (!type || !id || !type || !fileType) {
errorToast('参数异常,请退出重试')