积分规则
This commit is contained in:
@@ -301,6 +301,10 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.dialog = true;
|
||||
});
|
||||
this.isWorkOrder = false
|
||||
if(row.parentRuleName == '工单处理') {
|
||||
this.isWorkOrder = true
|
||||
}
|
||||
},
|
||||
remove(id) {
|
||||
this.$confirm("删除后不可恢复,是否要删除该规则?", {
|
||||
|
||||
Reference in New Issue
Block a user