Skip to content

Commit

Permalink
fix: 新建触发器schema传参问题修复 --story=119955080 
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Oct 10, 2024
1 parent 1f76b7b commit 87e145c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@
this.btnLoading = true;
this.$store.dispatch('trigger/createTriggerRule', params).then((res) => {
this.backInfo.triggerInfo = res.data;
this.triggerInfo.id = res.data.id;
// 响应条件
const value = this.responseParams();
this.createRespond(value);
Expand Down

0 comments on commit 87e145c

Please sign in to comment.