Commit 4943e37c by chenyu

update: 客户类型初始值

parent ca4263df
......@@ -176,10 +176,10 @@ export default {
this.getAjaxMembers();
this.getEnterpriseInfo();
// 默认勾选全部客户类型 1-非会员 notMember 3-微信会员 wxOpenCarMember 4-pos会员 posMember
this.$refs.tree.setCheckedNodes(this.treeData);
this.$nextTick(_ => {
this.handleCheckChange();
});
// this.$refs.tree.setCheckedNodes(this.treeData);
// this.$nextTick(_ => {
// this.handleCheckChange();
// });
},
beforUpdate() {},
methods: {
......
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