Update ApiSchedule.vue
This commit is contained in:
parent
cf534b2554
commit
252eb5e9e0
|
@ -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