This commit is contained in:
WangXiaoDong
2024-06-02 20:35:24 +08:00
parent ff9e2f510b
commit c93483e36f
8 changed files with 58 additions and 32 deletions

View File

@@ -114,11 +114,11 @@
libraryId:[item.id],
level2Type:item.category,
}
Https.axiosPost(Https.httpUrls.setSketchLibrary,data).then(
(rv: any) => {
}
).catch((res)=>{
});
// Https.axiosPost(Https.httpUrls.setSketchLibrary,data).then(
// (rv: any) => {
// }
// ).catch((res)=>{
// });
}
return {
showFileCategory,
@@ -129,7 +129,7 @@
});
</script>
<style lang="less">
<style lang="less" scoped>
//衣服类型下拉菜单
.operate_file_block{
width: 100%;