qx
qx
6 天以前 a4d79237c73a1db49649a8d3108eec95a8e67c37
src/views/doctor/check/index.vue
@@ -1863,11 +1863,11 @@
            //判断新数组是否有这个元素值,没有的话,就把arr[i]给push到新数组newArr中
            if (this.proParentList.sons[i].proResult == "" || this.proParentList.sons[i].proResult == null) {
                this.radio =  this.lastClickedTab.name               
              this.$modal.msgError("请填写资料");
              this.$modal.msgError("请检查项目是否填写完成");
              this.minedis = true
              return
            } else if (this.proParentList.sons[i].proResult.includes(" ")) {
              this.$modal.msgError("请查看是否有空格");
              this.$modal.msgError("请检查项目是否有空格");
               this.radio =  this.lastClickedTab.name
              this.minedis = true
              return
@@ -1936,11 +1936,11 @@
      for (var i = 0; i < this.proParentList.sons.length; i++) {
        //判断新数组是否有这个元素值,没有的话,就把arr[i]给push到新数组newArr中
        if (this.proParentList.sons[i].proResult == "" || this.proParentList.sons[i].proResult == null) {
          this.$modal.msgError("请填写资料");
          this.$modal.msgError("请检查项目是否填写完成");
          this.minedis = true
          return
        } else if (this.proParentList.sons[i].proResult.includes(" ")) {
          this.$modal.msgError("请查看是否有空格");
          this.$modal.msgError("请检查填写项目中是否有空格");
          this.minedis = true
          return
        } else {