提交 d5a6cdad 编写于 作者: tao.wu's avatar tao.wu

no message

上级 a22e1a6e
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<el-form-item prop="timeNo"> <el-form-item prop="timeNo">
<el-input <el-input
v-model="itemTimeForm.timeNo" v-model="itemTimeForm.timeNo"
type="tel" type="number"
size="small" size="small"
placeholder="请输入" placeholder="请输入"
:disabled="isStandedTemplate || !itemTimeForm.change" :disabled="isStandedTemplate || !itemTimeForm.change"
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
v-model="itemTimeForm.pushDay" v-model="itemTimeForm.pushDay"
placeholder="选择推送时间" placeholder="选择推送时间"
clearable clearable
@change="changePushDay"
:disabled="isStandedTemplate || !itemTimeForm.change" :disabled="isStandedTemplate || !itemTimeForm.change"
> >
<el-option <el-option
...@@ -149,7 +150,7 @@ ...@@ -149,7 +150,7 @@
<el-form-item prop="timeNo"> <el-form-item prop="timeNo">
<el-input <el-input
v-model="timeForm.timeNo" v-model="timeForm.timeNo"
type="tel" type="number"
size="small" size="small"
placeholder="请输入" placeholder="请输入"
:disabled="isStandedTemplate" :disabled="isStandedTemplate"
...@@ -452,7 +453,7 @@ ...@@ -452,7 +453,7 @@
const isValied = this.checkCurrentForm(this.timeForm.formRef); const isValied = this.checkCurrentForm(this.timeForm.formRef);
this.isValied = isValied this.isValied = isValied
if(isValied){ if(isValied){
if(this.timeForm.timeNo==this.setTimeNodeList[0].timeNo){ if(this.setTimeNodeList.length>0 && this.timeForm.timeNo==this.setTimeNodeList[0].timeNo){
}else{ }else{
this.checkTimeIsRepeat(()=>{ this.checkTimeIsRepeat(()=>{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册