修改bug

prod
wangwei 2 years ago
parent 53437e81e1
commit 68969a977c

@ -1617,9 +1617,11 @@ export default {
this.selectVersionVisible = false; this.selectVersionVisible = false;
}, },
onAddSubmit(relSubmit) { onAddSubmit(relSubmit) {
this.relevanceEdit = this.editQuery; // debugger
this.relevanceEdit.relSubmit = relSubmit; // this.editFormat;
updatetUdiInfos(this.relevanceEdit) // this.relevanceEdit = this.editQuery;
this.editFormat.relSubmit = relSubmit;
updatetUdiInfos(this.editFormat)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.getList(); this.getList();

Loading…
Cancel
Save