Explorar o código

查询时间修改

yuanhao %!s(int64=3) %!d(string=hai) anos
pai
achega
9e0acc1791
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      in-cloud-ui/src/views/quartz/quartzBase/index.vue

+ 1 - 1
in-cloud-ui/src/views/quartz/quartzBase/index.vue

@@ -185,7 +185,7 @@
         if (!value) {
           return callback(new Error('请输入执行类'))
         }
-        getExecuteClass(this.form.code, value).then((response) => {
+        getExecuteClass(value).then((response) => {
           if (this.dialogType === 'edit') callback()
           let result = response.data
           if (result !== null) {