diff --git a/src/views/budget/fundApply.vue b/src/views/budget/fundApply.vue index 8d86288..24a4352 100644 --- a/src/views/budget/fundApply.vue +++ b/src/views/budget/fundApply.vue @@ -56,6 +56,7 @@ export default { page: 1, page_size: 10, keyword: "", + is_auth: 1 }, total: 0, list: [], diff --git a/src/views/contract/components/govPlane.vue b/src/views/contract/components/govPlane.vue index 92bb1ac..5559865 100644 --- a/src/views/contract/components/govPlane.vue +++ b/src/views/contract/components/govPlane.vue @@ -118,7 +118,8 @@ export default { select: { page: 1, page_size: 10, - keyword: '' + keyword: '', + is_auth: 1 }, diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue index a1ace68..ac62d2b 100644 --- a/src/views/contract/paymentRegistrationList.vue +++ b/src/views/contract/paymentRegistrationList.vue @@ -435,9 +435,9 @@ export default { }) }, tableSelect (selections) { - console.log(selections) this.selections = selections; this.list = [...this.list] + this.$nextTick(() => this.$refs['xyTable'].doLayout()) }, toExport() { diff --git a/src/views/finance/components/addPropertyPlan.vue b/src/views/finance/components/addPropertyPlan.vue index 070c56e..62c8e97 100644 --- a/src/views/finance/components/addPropertyPlan.vue +++ b/src/views/finance/components/addPropertyPlan.vue @@ -19,7 +19,7 @@