修改打印单据问题

ywj_dev
郑明梁 2 years ago
parent 8dfdd4c989
commit ff38322edd

@ -717,7 +717,7 @@ export default {
}, },
handleSave(index, row) { handleSave(index, row) {
this.currentCheckIndex = -1; this.currentCheckIndex = -1;
updateDetailRel(row).then((res) => { updateCodeDetailRel(row).then((res) => {
if (res.code == 20000) { if (res.code == 20000) {
this.$message.success(res.data); this.$message.success(res.data);
} }

Loading…
Cancel
Save