修改bug

prod
wangwei 2 years ago
parent 3a55d3143c
commit d2d5a7bb86

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

@ -157,7 +157,9 @@ export default {
this.getList(); this.getList();
}, },
cancelDialog() { cancelDialog() {
this.getList();
this.modifyDialogVisible = false; this.modifyDialogVisible = false;
}, },
search() { search() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

Loading…
Cancel
Save