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

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