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