From 65dd246db455245339d2c9bd3e9699485c1e3d65 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期四, 18 一月 2024 13:49:59 +0800
Subject: [PATCH] 作业指导工位配置

---
 jcdm-ui/src/views/main/cfkb/Instructions/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
index 7097c32..26cb331 100644
--- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
+++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -9,7 +9,7 @@
       </el-col>
       <el-col :span="3">
         <el-card shadow="always">
-          <span class="centerText" style="margin-top: 26px">{{productCode}}</span>
+          <span class="centerText" style="margin-top: 26px">{{locationCode}}</span>
         </el-card>
       </el-col>
       <el-col :span="15">
@@ -80,6 +80,7 @@
   name: "index",
   data() {
     return {
+      locationCode: "鏈厤缃�",
       locationName: "鏈厤缃伐浣�",
       queryParams: {
         pageNum: 1,
@@ -146,7 +147,8 @@
   },
   mounted() {
     this.getStationConf()
-    this.changeProducts(this.productCode)
+    // this.changeProducts(this.productCode)
+    this.changeProducts("2V91")
     this.getNowTime()
     // this.autoShow()
   },
@@ -162,6 +164,7 @@
         }
         listStationConf(queryParams).then(response => {
           this.locationName = response.rows[0].processesName
+          this.locationCode = response.rows[0].processesCode
         });
       });
     },

--
Gitblit v1.9.3