Update ApiSchedule.vue

This commit is contained in:
jianxing 2022-01-27 15:13:47 +08:00 committed by 刘瑞斌
parent a43321cad0
commit 2ea35f62c9
1 changed files with 0 additions and 1 deletions

View File

@ -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
}