案件列表查询调整
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
<pagination
|
||||
v-show="total > 0"
|
||||
:total="total"
|
||||
:page.sync="queryParams.pageNum"
|
||||
:limit.sync="queryParams.pageSize"
|
||||
:page.sync="queryParams1.pageNum"
|
||||
:limit.sync="queryParams1.pageSize"
|
||||
@pagination="getarbitrAtor"
|
||||
v-if="isAgreePendTral == 0"
|
||||
/>
|
||||
@@ -74,12 +74,12 @@
|
||||
<script>
|
||||
import { arbitrAtor, pendTralCheck } from "@/api/formationCourt/formationCourt";
|
||||
export default {
|
||||
props: ["showformateCourt", "formateCourtData"],
|
||||
props: ["showformateCourt", "formateCourtData", "queryParams"],
|
||||
data() {
|
||||
return {
|
||||
dataList: [],
|
||||
total: 0,
|
||||
queryParams: {
|
||||
queryParams1: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
},
|
||||
@@ -127,7 +127,7 @@ export default {
|
||||
pendTralCheck(this.paramsdata).then((res) => {
|
||||
this.cancel();
|
||||
this.$modal.msgSuccess("组庭成功");
|
||||
this.$emit("getcaseApply");
|
||||
this.$emit("getcaseApply",this.queryParams);
|
||||
});
|
||||
// }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user