diff --git a/src/views/emis/salesCommissionRatio/index.vue b/src/views/emis/salesCommissionRatio/index.vue
index 7cfb36d6..d3a5001a 100644
--- a/src/views/emis/salesCommissionRatio/index.vue
+++ b/src/views/emis/salesCommissionRatio/index.vue
@@ -53,7 +53,7 @@
- {{scope.row.salesExecutiveRatio}}%
+ {{scope.row.salesExecutiveRatio?scope.row.salesExecutiveRatio+ '%':''}}
@@ -61,14 +61,14 @@
- {{scope.row.salesmenRatio}}%
+ {{scope.row.salesmenRatio?scope.row.salesmenRatio+ '%':''}}
- {{scope.row.salesSupportRatio}}%
+ {{scope.row.salesSupportRatio?scope.row.salesSupportRatio+ '%':''}}
@@ -134,6 +134,8 @@ export default {
selectionList: null,
// 查询参数
queryParams: {
+ pageNum: 1,
+ pageSize: 20,
salesExecutive: null,
salesSupport: null,
salesmen: null,