licp
2024-05-28 52e18000ace434b2acdebce5e118c45c337a3fe7
src/views/common/operation.vue
@@ -187,6 +187,9 @@
  components: {
    ttable
  },
  mounted(){
    this.options.multiSelect = this.multiSelect
  },
  methods: {
    saveSelectRow() {
      if (this.multiSelect) {
@@ -228,6 +231,9 @@
          this.getData()
        })
      }
    },
    multiSelect(){
        this.options.multiSelect = this.multiSelect
    }
  }
}