Update ApiSchedule.vue
This commit is contained in:
parent
a43321cad0
commit
2ea35f62c9
|
@ -306,7 +306,6 @@ export default {
|
|||
url = '/api/definition/schedule/create';
|
||||
}
|
||||
if(!this.formData.moduleId){
|
||||
console.log(this.$refs.selectTree.returnDataKeys)
|
||||
if( this.$refs.selectTree.returnDataKeys.length>0){
|
||||
this.formData.moduleId = this.$refs.selectTree.returnDataKeys
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue