Commit c3a94251 by caoyanzhi

fix: 修复文案bug

parent 591ed069
......@@ -705,7 +705,7 @@ export default {
tagValue.val[0].data.compute = that.templateData[0].postCompute;
}
tagValue.val[0].data.value = String(that.templateData[0].timeInput);
that.postTemplateData.selectedVal.push(`最近 ${that.templateData[0].timeInput} 包含当年`);
that.postTemplateData.selectedVal.push(`最近 ${that.templateData[0].timeInput} 包含当年`);
that.templateData[0].timeInput = '';
} else {
if (that.currentComputeType == 2) {
......@@ -714,7 +714,7 @@ export default {
tagValue.val[0].data.compute = that.templateData[0].postCompute;
}
tagValue.val[0].data.value = String(that.templateData[0].timeInput);
that.postTemplateData.selectedVal.push(`之后 ${that.templateData[0].timeInput} 包含当年`);
that.postTemplateData.selectedVal.push(`之后 ${that.templateData[0].timeInput} 包含当年`);
that.templateData[0].timeInput = '';
}
that.postTemplateData.template = that.templateData;
......
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