fix
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user