部分页面优化

This commit is contained in:
X1627315083
2025-10-10 15:49:52 +08:00
parent 91f551b4e5
commit 5523097a0c
4 changed files with 13 additions and 12 deletions

View File

@@ -191,9 +191,10 @@ export default defineComponent({
data.isShowMark = true
Https.axiosPost(Https.httpUrls.brandDNAUpload, new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then(
(rv: any) => {
// getLibraryList()
rv.canvasUrl = rv.minIOPath
dataDom.fall.push([rv]);
dataDom.fall.clearData()
getLibraryList()
// rv.canvasUrl = rv.minIOPath
// dataDom.fall.push([rv]);
data.isNull = false
data.isShowMark = false
}