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