批量上传、添加注释

This commit is contained in:
mabo
2021-07-14 18:00:59 +08:00
parent 0fd4645514
commit 0499a9c237
27 changed files with 226 additions and 1011 deletions

View File

@@ -37,6 +37,7 @@ export default {
};
},
methods: {
// 选择商品分类回调
getFirstData (item) {
this.firstData = item;
this.activestep = 1;
@@ -54,7 +55,6 @@ export default {
}
};
</script>
<style lang="scss" scoped>
@import "./addGoods.scss";
</style>