Commit 3534298e by crushh

update: finish

parent a7b0e538
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
const that = this; const that = this;
let para = { let para = {
storeTemplateRelatedIds: row.storeTemplateRelatedId, storeTemplateRelatedIds: row.storeTemplateRelatedId,
enterpriseId: that.activeBrand // 品牌 id enterpriseId: sessionStorage.getItem('userInfoBrandId') // 品牌 id
}; };
postRequest('/haoban-app-customer-web/del-template-store', para) postRequest('/haoban-app-customer-web/del-template-store', para)
.then(res => { .then(res => {
...@@ -193,7 +193,7 @@ export default { ...@@ -193,7 +193,7 @@ export default {
postMultDel() { postMultDel() {
const that = this; const that = this;
let para = { let para = {
enterpriseId: that.activeBrand, // 品牌 id enterpriseId: sessionStorage.getItem('userInfoBrandId'), // 品牌 id
storeTemplateRelatedIds: that.multipleSelection.map(ele => ele.storeTemplateRelatedId).join(',') || '' // 门店分组,数组 storeTemplateRelatedIds: that.multipleSelection.map(ele => ele.storeTemplateRelatedId).join(',') || '' // 门店分组,数组
}; };
postRequest('/haoban-app-customer-web/del-template-store', para) postRequest('/haoban-app-customer-web/del-template-store', para)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment