Commit d4dda31a by chenyu

update: update

parent aa6e3e29
......@@ -541,6 +541,7 @@ export default {
if ((code === 'tag014' || code === 'tag017' || code === 'tag019' || code === 'tag020' || code === 'tag015')) {
for (let k of this.templateData) {
console.log(k);
if (!k.timeChecked && !k.timeAfterChecked && k.radio == 2) {
let tips = k.timeRadio == 1 ? '天' : k.timeRadio == 2 ? '月' : '年';
this.$message.warning({
......@@ -550,7 +551,7 @@ export default {
}
// 如果选择最近选项 必须添加后面的具体天数
if (k.timeAfterChecked) {
if (k.radio == 2&&k.timeAfterChecked) {
if (!k.timeInput) {
let timeFlag = k.timeRadio == 1 ? '天' : k.timeRadio == 2 ? '月' : '年';
this.$message.warning({
......
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