Commit a552e089 by 陈羽

Merge branch 'feature/销售线索4' of http://git.gicdev.com/office/haoban-3 into dev

parents 924c669a 64fc5ea8
......@@ -140,6 +140,8 @@ export default {
tabName: '会员标签设置',
icon: ''
};
} else if (this.$route.path === '/memberTagSet') {
this.$router.replace('memberShowSet');
}
this.$nextTick(() => {
this.tabListData = [].concat(list);
......
......@@ -310,15 +310,15 @@ export default {
}
},
watch: {
activeBrand: function(newData, oldData) {
const that = this;
if (newData) {
// that.getLoginData();
// that.getTendData();
// that.getAreaLoginData();
}
that.activeBrand = newData;
}
// activeBrand: function(newData, oldData) {
// const that = this;
// if (newData) {
// // that.getLoginData();
// // that.getTendData();
// // that.getAreaLoginData();
// }
// that.activeBrand = newData;
// }
},
mounted() {
const that = this;
......
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