Explorar el Código

删除job重复表单参数

RuoYi hace 5 años
padre
commit
a90b576116
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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 {
196 196
         jobName: undefined,
197 197
         jobGroup: undefined,
198 198
         status: undefined
199
-      },
200
-      // 表单参数
201
-      form: {}
199
+      }
202 200
     };
203 201
   },
204 202
   created() {