loulijun2021
2023-04-19 c1f8cf3bad440828a0c1bcad7a2b0d9deb70a9ae
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)