Skip to content

Commit

Permalink
fix: 新创建的云同步任务策略为空的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Jiangweidong authored and BaiJiangJie committed Oct 19, 2023
1 parent 5fb70d2 commit 2eee735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default {
if (status) {
data['id'] = value
this.tableConfig.totalData.push(data)
this.$emit('change', this.tableConfig.totalData)
}
},
handleCreate() {
Expand Down

0 comments on commit 2eee735

Please sign in to comment.