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