yangfeng
2023-08-02 4a2ae34a3cf85f5e8b0409b858cfbb12ef8b5ee2
src/views/sales/salesDetails/index.vue
@@ -156,7 +156,7 @@
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row }
      this.editConfig.infomation = { ...row, sale_chance_name: "" }
    },
    // 删除
    delClick(id) {