This commit is contained in:
X1627315083
2024-01-05 14:12:03 +08:00
parent 6abd6816d9
commit 184b95239a
22 changed files with 267 additions and 55 deletions

View File

@@ -358,7 +358,7 @@ export default defineComponent({
},
setSketchLibrary(item:any){
let data = {
libraryId:item.id,
libraryId:[item.id],
level2Type:item.category,
}
Https.axiosPost(Https.httpUrls.setSketchLibrary,data).then(