chenhaozhe
2026-01-21 84bc1af19f5dded03d1bbdf89be546b35bf115b9
src/views/basic/gyCartypelist/gyCartypelist.vue
@@ -175,6 +175,7 @@
  components: { RowSettings, Edit },
  props: {
    openPage: { type: String, },
    volume:{},
  },
  data() {
    return {
@@ -434,7 +435,7 @@
      this.$refs.tableData.toggleRowSelection(row);
      if (this.openPage) {
        //this.$emit('carTypeEmit', row, 1)
        this.$emit('deptEmitDb', row, 7)
        this.$emit('deptEmit', row, 13)
      }
    },
    
@@ -457,7 +458,7 @@
      this.OperationType = 3
      if (this.openPage) {
        //this.$emit('carTypeEmitDb', row, 1)
        this.$emit('deptEmitDb', row, 7)
        this.$emit('deptEmitDb', row, 13)
      } else {
        this.handleEdit();
      }