Commit cdf140de by huaying

fix: 新建活码

parent 3d18f9a9
......@@ -181,16 +181,15 @@ export default {
this.form.memberLabelId = val.memberLabelId ? val.memberLabelId : '';
this.form.memberLabelName = val.memberLabelName ? val.memberLabelName : '';
this.form.welcomeId = val.welcomeId;
console.log(val.welcomeId, this.form.welcomeId, 'val.welcomeId');
if (!val.welcomeId) {
this.welcomeType = 2;
} else {
if (this.form.welcomeId) {
this.welcomeType = 1;
} else {
this.welcomeType = 2;
}
}
},
immediate: true,
deep: true
}
// immediate: true,
// deep: true
}
}
};
......
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