|
|
@@ -325,7 +325,7 @@ export default {
|
|
|
this.parentData = this.data?.filter(it => !it.parentId);
|
|
|
this.editAddModal = true
|
|
|
this.useMenuData = this.data.filter(it => it.checked);
|
|
|
- this.$refs['table-select'].reloadData(this.useMenuData);
|
|
|
+ // this.$refs['table-select'].reloadData(this.useMenuData);
|
|
|
if (this.collapseFlag) {
|
|
|
this.model = this.data.map(it => it.id)
|
|
|
} else {
|