Commit 4c513aff by liuchenxi

Merge branch 'feature/会员等级变更'

parents 034d7adb 9956472f
......@@ -1600,7 +1600,7 @@ export default {
} else {
this.loadSelector = true;
}
}, 200);
}, 800);
// 获取已存数据
// this.getExistData(this.tagData.tagId);
......
......@@ -864,7 +864,7 @@ export default {
/* 属于/不属于+ 选项 */
if (that.templateData.length == 2) {
for (let ele of that.templateData) {
// 选项
if (ele.templateCode === 'tag001') {
......@@ -1083,7 +1083,7 @@ export default {
}
// 会员等级变更
if (this.templateData.length && code === 'com009') {
if (this.templateData.length && this.templateData.some(el => el.templateCode == 'com009')) {
const findAfter = this.templateData.find(el => el.afterGradeId);
const findBefore = this.templateData.find(el => el.beforeGradeId);
if (findAfter && findBefore) {
......
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