Преглед изворни кода

九州:加个催课时间后面-加一个内容 和是否开启官方群发

三七 пре 1 дан
родитељ
комит
b24e59b846
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/qw/sopTemp/index.vue

+ 1 - 1
src/views/qw/sopTemp/index.vue

@@ -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;