修改bug

prod
wangwei 2 years ago
parent 53437e81e1
commit 68969a977c

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

Loading…
Cancel
Save