关联关系刷新问题

dev_unify
yewj 8 months ago
parent 77cf3f6b38
commit b3429130a0

@ -137,7 +137,6 @@
</div>
<el-dialog
:title="editTitle"
:visible.sync="associationCodeVisible"
@ -395,10 +394,13 @@ export default {
this.editOriginCodeVisible = false;
this.associationCodeVisible = false;
//
updateIoCodeTempEntity({parentCode:this.orderQuery.code}).then((response) => {
updateIoCodeTempEntity({parentCode: this.orderQuery.code, id: this.orderQuery.id}).then((response) => {
if (response.code == 20000) {
this.refreshPanel();
}
}).catch(() => {
});
this.refreshPanel();
},
repeatAddCode(editData) {

Loading…
Cancel
Save