|
|
@ -346,9 +346,9 @@
|
|
|
|
<el-card class="box-card" style="width:80%;margin:20px auto">
|
|
|
|
<el-card class="box-card" style="width:80%;margin:20px auto">
|
|
|
|
<el-result icon="success" title="保存成功" subTitle="">
|
|
|
|
<el-result icon="success" title="保存成功" subTitle="">
|
|
|
|
<template slot="extra">
|
|
|
|
<template slot="extra">
|
|
|
|
|
|
|
|
<el-button type="primary" @click="addAgian">继续添加</el-button>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-result>
|
|
|
|
</el-result>
|
|
|
|
<el-button type="primary" @click="addAgian">继续添加</el-button>
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -469,7 +469,7 @@ export default {
|
|
|
|
this.spu = {
|
|
|
|
this.spu = {
|
|
|
|
spuName: "",
|
|
|
|
spuName: "",
|
|
|
|
spuDescription: "",
|
|
|
|
spuDescription: "",
|
|
|
|
catalogId: 0,
|
|
|
|
catalogId: "",
|
|
|
|
brandId: "",
|
|
|
|
brandId: "",
|
|
|
|
weight: "",
|
|
|
|
weight: "",
|
|
|
|
publishStatus: 0,
|
|
|
|
publishStatus: 0,
|
|
|
@ -484,6 +484,10 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
//清空子组件的值
|
|
|
|
//清空子组件的值
|
|
|
|
|
|
|
|
this.$bus.$emit('clearCategoryCascader',[])
|
|
|
|
|
|
|
|
this.$bus.$emit('clearBrandSelect',[])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
handlePriceChange(scope, mpidx, e) {
|
|
|
|
handlePriceChange(scope, mpidx, e) {
|
|
|
|