From 628118998b8a5f576dbca0001736ba9441e753ec Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 08 四月 2024 18:12:22 +0800
Subject: [PATCH] 获取纤度校验详情的接口联调,字段调试+根据规格的2个值处理数据得到对应的目的纤度+
---
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