Commit ff5794f2 by liuchenxi

update: 修改即将过期积分回显

parent 7b53c215
......@@ -2280,6 +2280,14 @@ export default {
getTag030Data.checkGroup = params.checkGroup;
}
break;
case 'tag024':
const getTag024Data = this.hasTemplate('tag024');
if (getTag024Data) {
const tag024Data = tagParams.template.find(el => el.templateCode === 'tag024') || {};
getTag024Data.dateRangeValue = tag024Data.dateRangeValue;
}
break;
// case 'tag021':
// value = tagValue.val[0].data.value.split(' ');
// for (let i = 0; i < this.templateData.length; i++) {
......
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