Explorar o código

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

三七 hai 1 día
pai
achega
b24e59b846
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;