Update ApiSchedule.vue

This commit is contained in:
jianxing 2022-01-27 15:12:41 +08:00 committed by 刘瑞斌
parent cf534b2554
commit 252eb5e9e0
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
}