Commit 3534298e by crushh

update: finish

parent a7b0e538
......@@ -156,7 +156,7 @@ export default {
const that = this;
let para = {
storeTemplateRelatedIds: row.storeTemplateRelatedId,
enterpriseId: that.activeBrand // 品牌 id
enterpriseId: sessionStorage.getItem('userInfoBrandId') // 品牌 id
};
postRequest('/haoban-app-customer-web/del-template-store', para)
.then(res => {
......@@ -193,7 +193,7 @@ export default {
postMultDel() {
const that = this;
let para = {
enterpriseId: that.activeBrand, // 品牌 id
enterpriseId: sessionStorage.getItem('userInfoBrandId'), // 品牌 id
storeTemplateRelatedIds: that.multipleSelection.map(ele => ele.storeTemplateRelatedId).join(',') || '' // 门店分组,数组
};
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