zuozhengqing
2024-02-05 ecc5079c63e86dd6caba6753b51ed480022bf89b
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
    },
@@ -391,7 +391,7 @@
    async changeHighSeasClick(row) {
      await getAssign({
        ids: [row.id],
        member_id: 1,
        member_id: 0,
        type: "client"
      }).then((res) => {
        this.editConfig.visible = false