拆分代码

This commit is contained in:
mabo
2021-07-08 09:24:42 +08:00
parent 9ff4197ec4
commit 0504592f7d
5 changed files with 13 additions and 41 deletions

View File

@@ -545,6 +545,9 @@ export default {
this.selectedSku = row;
this.showSkuPicture = true;
},
pre () { // 上一步
this.$parent.activestep--;
},
// 预览图片
handleView (url) {
this.previewPicture = url;