From 54ad33f8461cfb5f0816c3329a6eee443ee6c1a8 Mon Sep 17 00:00:00 2001
From: caoyizhong <1270296080@qq.com>
Date: Wed, 22 Nov 2023 11:01:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8D=95=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/aftersales/aftersalesWorkOrder.vue | 30 ++++++++++++++------
1 file changed, 22 insertions(+), 8 deletions(-)
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;