Commit bebefae2 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化区县接入系统添加

parent 72d87480
...@@ -319,7 +319,8 @@ export default { ...@@ -319,7 +319,8 @@ export default {
}); });
}, },
accessSystem(row) { accessSystem(row) {
this.$refs.AccessSystem.onAdd(row); let data = this.$cloneDeep(row);
this.$refs.AccessSystem.onAdd(data);
this.accessShow = true; this.accessShow = true;
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment