src/views/sales/quotation/index.vue
@@ -208,14 +208,14 @@ addBtnClick() { this.editConfig.visible = true this.editConfig.title = "新建" this.editConfig.infomation = { ...this.addConfig } this.editConfig.infomation = { ...this.addConfig, currency: "人民币" } }, // 编辑 handleClick(row) { console.log(row) this.editConfig.visible = true this.editConfig.title = "编辑" this.editConfig.infomation = { ...row } this.editConfig.infomation = { ...row, currency: "人民币" } }, // 删除 delClick() {