diff --git a/project/qujing/app/AppResidentCredits/components/Rule.vue b/project/qujing/app/AppResidentCredits/components/Rule.vue
index ba07d9fb..4c78ca33 100644
--- a/project/qujing/app/AppResidentCredits/components/Rule.vue
+++ b/project/qujing/app/AppResidentCredits/components/Rule.vue
@@ -56,6 +56,12 @@
+
+
+
+ 全局
+
+
@@ -139,6 +145,7 @@ export default {
ruleName: "",
scoringCycle: "",
numberLimit: "",
+ validRangeType: '0',
integral: ""
},
formRules: {
@@ -274,7 +281,7 @@ export default {
},
handleTypeForm(v) {
if (this.dialog) {
- if(v[0] == '1' || v[0]== '10') {
+ if(v[0] == '13' && v[1]== '14') {
this.form.scoringCycle = '0'
this.form.numberLimit = '1'
this.isOneAndTen = true