Commit 39a744b0 by member

修改生产问题

parent 43154522
......@@ -73,7 +73,6 @@ export default {
batchModifyEffective(param)
.then(res => {
if (res.errorCode == 1) {
console.log(res);
this.$message.success({
message: '修改成功'
});
......
......@@ -1404,6 +1404,7 @@ export default {
// 门店
case 'tag011':
for (let i = 0; i < this.templateData.length; i++) {
console.log(this.templateData[i]);
if (this.templateData[i].templateCode === 'tag011') {
value = tagValue.val[0].data.value;
this.templateData[i].isAdd = false;
......
......@@ -314,17 +314,6 @@ export default {
},
refreshList() {
this.getGroupList();
// const param = {
// requestProject: 'gic-member-tag-web',
// memberTagGroupIds: this.groupTableData.map(el => el.memberTagGroupId).join(',')
// };
// console.log(param);
// refershMemberCount(param).then(res => {
// if (res.errorCode == 1) {
// this.getGroupList();
// this.$message.success({message: '更新成功'});
// }
// });
},
// 会员分组二级
getsecondList(list) {
......
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