Browse Source

优化

shibei_master
zhaoyongnian 3 years ago
parent
commit
980e3f37e0
  1. 2
      src/views/modules/workSys/pointAditive/rule.vue

2
src/views/modules/workSys/pointAditive/rule.vue

@ -305,7 +305,7 @@ export default {
this.typeform.categoryName = this.form.categoryName this.typeform.categoryName = this.form.categoryName
this.typeform.type = 'category' this.typeform.type = 'category'
} else { } else {
this.ruleform.categoryName = this.form.categoryName this.ruleform.ruleName = this.form.ruleName
this.ruleform.pointValue = this.form.pointValue this.ruleform.pointValue = this.form.pointValue
this.ruleform.applyFlag = this.form.applyFlag this.ruleform.applyFlag = this.form.applyFlag
this.ruleform.type = 'rule' this.ruleform.type = 'rule'

Loading…
Cancel
Save