|
@@ -709,7 +709,7 @@ export default {
|
|
|
this.$refs["form"].validate(valid => {
|
|
|
if (valid) {
|
|
|
|
|
|
- if (this.command != 2 && f.id == null){
|
|
|
+ if (this.command != 2 && this.form.id == null && this.form.sendType == 11){
|
|
|
|
|
|
const hasEmptyFields = this.form.timeList.some(item => {
|
|
|
return !item.value || !item.desc;
|