This commit is contained in:
2022-03-07 17:39:17 +00:00
parent fbbe0bfdbf
commit 926cb159c6

View File

@@ -952,7 +952,6 @@ export default {
this.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(this);
} else {
console.log(JSON.stringify(res.data));
this.whoList = res.data;
this.whoDialog = true;
}