diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue index 129a5a5..6bb883f 100644 --- a/src/views/taskManagement/index.vue +++ b/src/views/taskManagement/index.vue @@ -291,7 +291,7 @@ export default { prop: 'dpsNoOne', istrue: true, filter(row, value) { - return getDictLabel(value, _that.dict.order_type_dict) + return getDictLabel(value, _that.dict.type.order_type_dict) } }, {