案件列表查询调整
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user