소스 검색

界面优化

luojun 1 년 전
부모
커밋
5c752377f0
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/resumption/plan/dialog.edit.vue

+ 6 - 1
src/views/resumption/plan/dialog.edit.vue

@@ -403,10 +403,15 @@ export default {
     },
     NowBuild() {
       //如果新增或者是草稿状态的立即生效的编辑
+      // if (
+      //   this.id == null ||
+      //   this.id == undefined ||
+      //   (this.defbuildTaskNow && this.formData.planStatus == 0)
+      // )
       if (
         this.id == null ||
         this.id == undefined ||
-        (this.defbuildTaskNow && this.formData.planStatus == 0)
+        ( this.formData.planStatus == 0)
       )
         return true;
       else return false;