Procházet zdrojové kódy

查询时间修改

yuanhao před 2 roky
rodič
revize
9e0acc1791

+ 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) {