src/views/sales/quotation/index.vue
@@ -326,12 +326,11 @@ }, // 编辑 handleClick(row) { console.log(row) this.editConfig.visible = true this.editConfig.title = "编辑" console.log("dddddddd") console.log(row) this.editConfig.infomation = { ...row, currency: "人民币" } let params = JSON.parse(JSON.stringify(row)); this.editConfig.infomation = { ...params, currency: "人民币" } console.log(this.editConfig.infomation.products,'===products') this.editConfig.visible = true }, // 批量删除 delClick() {