Skip to content

Commit

Permalink
Dev 1.10.0 webank (#688)
Browse files Browse the repository at this point in the history
* chore: 1.9.0

* feat: 1.10.0

* fix
  • Loading branch information
mayinrain authored Dec 19, 2024
1 parent ec342a0 commit 9f4133a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linkis-web/src/apps/URM/module/udfManagement/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ export default {
this.search()
this.$Message.success(this.$t('message.linkis.udf.success'));

console.log(data);
if (data.defaultLoad) {
this.confirmKillIdle(data)
}
Expand All @@ -434,7 +433,6 @@ export default {
})
},
confirmKillIdle(data) {
console.log(data);
this.$Modal.confirm({
title: this.$t('message.linkis.setting.killEngineTitle'),
content: this.$t('message.linkis.setting.killEngine'),
Expand Down

0 comments on commit 9f4133a

Please sign in to comment.