案件列表查询调整

This commit is contained in:
Your Name
2023-09-21 09:40:04 +08:00
parent 70f5563f8f
commit 22d43781c6
8 changed files with 79 additions and 51 deletions
@@ -540,6 +540,7 @@ export default {
"flag",
"initpaymentArr",
"initpaymentArr1",
"queryParams"
],
data() {
return {
@@ -755,7 +756,7 @@ export default {
}).then((res) => {
this.$modal.msgSuccess("修改成功");
this.$emit("cancel");
this.getcaseApply();
this.getcaseApply(this.queryParams);
});
} else {
addCaseApply({
@@ -764,7 +765,7 @@ export default {
}).then((response) => {
this.$modal.msgSuccess("新增成功");
this.$emit("cancel");
this.getcaseApply();
this.getcaseApply(this.queryParams);
});
}
// this.$emit("cancel");