+
+
+
@@ -23,7 +23,7 @@
@@ -32,7 +32,7 @@
@@ -41,7 +41,7 @@
@@ -50,7 +50,7 @@
@@ -59,7 +59,7 @@
@@ -68,7 +68,7 @@
@@ -77,7 +77,7 @@
@@ -86,7 +86,7 @@
@@ -95,7 +95,7 @@
@@ -104,7 +104,7 @@
@@ -113,7 +113,7 @@
@@ -122,7 +122,7 @@
@@ -131,7 +131,7 @@
@@ -140,7 +140,7 @@
@@ -174,8 +174,12 @@ export default {
})
},
// 点击代办案件按钮
- pushPage(status){
- this.$router.push({name:'CaseManagement/caseList',params: {status:status}})
+ pushPage(status) {
+ if (status < 10) {
+ this.$router.push({ name: 'CaseManagement/caseList', params: { status: status } })
+ } else if (status > 10) {
+ this.$router.push({ name: 'AwardManagement/listofAwards', params: { status: status } })
+ }
}
// goTarget(href) {
// window.open(href, "_blank");
@@ -261,5 +265,6 @@ export default {
}
}
}
-}
+}
+
diff --git a/src/views/paymentManagement/components/paymentdetailsDialog.vue b/src/views/paymentManagement/components/paymentdetailsDialog.vue
index 3939d9f..27c01c5 100644
--- a/src/views/paymentManagement/components/paymentdetailsDialog.vue
+++ b/src/views/paymentManagement/components/paymentdetailsDialog.vue
@@ -1,12 +1,6 @@