王震
2023-11-28 dfa96e967b34021c70ca5c41efc32ca8f4261954
src/views/common/operationParamTemplate.vue
@@ -161,8 +161,10 @@
    },
    saveSelectRow() {
      if (this.multiSelect) {
        console.log("aaaaaaa--",this.multiSelect,this.multipleSelection)
        this.$emit('handleSelectionParamTemplateChange', this.multipleSelection)
      } else {
        console.log("bbbbbbb--",this.multiSelect,this.currentRow)
        this.$emit('listenToParamTemplateEvent', this.currentRow)
      }
      this.innerVisible = false