zuozhengqing
2024-01-08 554aef0a4395d72dc3e2d22990c129475b052b5f
src/views/client/client/index.vue
@@ -300,10 +300,10 @@
    },
    // 编辑
    handleClick(row) {
      console.log(row)
      this.editConfig.title = "编辑"
      this.editConfig.infomation = {
        ...row
        ...row,
        activeName:this.activeName,
      }
      this.editConfig.visible = true
    },