fix: 新创建的云同步任务策略为空的问题

This commit is contained in:
jiangweidong
2023-10-19 16:36:50 +08:00
committed by Bryan
parent 3a66e8323c
commit 7e29a3e836

View File

@@ -101,6 +101,7 @@ export default {
if (status) {
data['id'] = value
this.tableConfig.totalData.push(data)
this.$emit('change', this.tableConfig.totalData)
}
},
handleCreate() {