Commit cc5e9426 by chenyu

update: change key

parent 8d1afdf9
......@@ -462,7 +462,7 @@ export default {
}
if (code === 'tag025' && that.templateData.length === 1) {
that.postTemplateData.selectedVal [0] = that.templateData[0].isAgree?'是':'否';
tagValue.val[0].data.key = 'consentPrivacyProtocol';
tagValue.val[0].data.key =that.templateData[0].ids.length?'consentPrivacyProtocolConfigId': 'consentPrivacyProtocol';
tagValue.val[0].data.compute = that.templateData[0].ids.length?'in':'=';
tagValue.val[0].data.value = that.templateData[0].ids.length?that.templateData[0].ids.join(' '):that.templateData[0].isAgree;
}
......
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