From b878a6b4f40708ca330591cdd4dfee2387ebf970 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 09 四月 2024 11:44:32 +0800
Subject: [PATCH] 下差纤度,上差纤度,目的纤度 3个部分列表的数据处理+纤度登记 回数的字段修改
---
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