src/views/basicSettings/organizationList.vue
@@ -466,16 +466,11 @@ }, methods: { tableColumnUpdate(val, isCopyTrue) { console.log(val, isCopyTrue, 1111) if (isCopyTrue) { this.tableColumnSettingsArray = val } this.tableTimeStampKey = new Date().getTime() // this.$nextTick(() => { this.$refs.tableDataRef.doLayout() // }) }, async getOrganizationSearch() { const res = await OrganizationSearch(this.form)