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 },