mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 05:39:06 +00:00
fix: 新创建的云同步任务策略为空的问题
This commit is contained in:
@@ -101,6 +101,7 @@ export default {
|
|||||||
if (status) {
|
if (status) {
|
||||||
data['id'] = value
|
data['id'] = value
|
||||||
this.tableConfig.totalData.push(data)
|
this.tableConfig.totalData.push(data)
|
||||||
|
this.$emit('change', this.tableConfig.totalData)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleCreate() {
|
handleCreate() {
|
||||||
|
Reference in New Issue
Block a user