diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue
index 60b220a8..92c6896d 100644
--- a/src/views/aftersales/aftersalesWorkOrder.vue
+++ b/src/views/aftersales/aftersalesWorkOrder.vue
@@ -5,10 +5,22 @@
-
+
+
+
-
+
+
+
@@ -155,13 +167,13 @@
-
+
-
+
@@ -172,7 +184,7 @@
-
+
@@ -264,6 +276,7 @@ export default {
this.height = this.setPx(document.body.clientHeight - 340);
getDictionaryBiz('pc_work_order').then(res => { //异常类型
this.workOrder = res.data.data;
+ console.log("异常工单字典",this.workOrder);
/*this.$functions.checkcColumnList('typeServerName', this.columnList).checkarr =
res.data.data.map(item => {
item.value = item.dictKey;
@@ -273,6 +286,7 @@ export default {
});
getDictionaryBiz('pc_discovery_node').then(res => { //发现环节
this.discoveryNode = res.data.data;
+ console.log("发起环节字典",this.discoveryNode);
/*this.$functions.checkcColumnList('typeServerName', this.columnList).checkarr =
res.data.data.map(item => {
item.value = item.dictKey;