From 9284dbc97513286ac3f16782a5088cc838682897 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 07 四月 2024 18:30:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silk-web

---
 src/views/productManage/productRegisterForm/addProductRegisterPage.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
index 5cbe81f..51564e9 100644
--- a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
+++ b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
@@ -5,7 +5,7 @@
         <el-button type="primary" size="small">鏀惧純</el-button>
         <el-button type="primary" size="small">淇濆瓨</el-button>
         <el-divider direction="vertical"></el-divider>
-        <el-button type="primary" size="small">閫�鍑�</el-button>
+        <el-button type="primary" size="small" @click="quitClick">閫�鍑�</el-button>
       </div>
       <div class="t-right">
         <div class="t-right-circle" :class="isDeviceConnectStatus ? 't-r-bg-green ' : 't-r-bg-red '"></div>
@@ -281,6 +281,10 @@
       if (this.isDeviceConnectStatus) {
         this.$refs.addProductDialog.editDialogVisible = true
       }
+    },
+    // 閫�鍑�
+    quitClick() {
+      this.$router.go(-1)
     }
   }
 }

--
Gitblit v1.8.0