Browse Source

update ruoyi-ui/src/views/monitor/job/log.vue.
data对象中属性【表单参数form】重复

abbfun 4 years ago
parent
commit
f6de03a009
1 changed files with 1 additions and 3 deletions
  1. 1 3
      ruoyi-ui/src/views/monitor/job/log.vue

+ 1 - 3
ruoyi-ui/src/views/monitor/job/log.vue

@@ -196,9 +196,7 @@ export default {
         jobName: undefined,
         jobGroup: undefined,
         status: undefined
-      },
-      // 表单参数
-      form: {}
+      }
     };
   },
   created() {