|
|
@@ -228,6 +228,7 @@ export default {
|
|
|
this.toastLoading(0, '加载中...', true);
|
|
|
let params = JSON.parse(JSON.stringify(this.detail));
|
|
|
params.mainProductCategorys = params.mainProductCategorys.join(',');
|
|
|
+ params.storeCode = this.$route.query.storeCode;
|
|
|
updateArchives(params).then((res) => {
|
|
|
this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|