diff --git a/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue b/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue index acb7ca93..5861e557 100644 --- a/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue +++ b/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue @@ -301,6 +301,10 @@ export default { this.$nextTick(() => { this.dialog = true; }); + this.isWorkOrder = false + if(row.parentRuleName == '工单处理') { + this.isWorkOrder = true + } }, remove(id) { this.$confirm("删除后不可恢复,是否要删除该规则?", {