From 10903aca3b8fd5dd7cd8573fa5c99ccf19cb8f29 Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期四, 10 四月 2025 13:06:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/radio-frequency-cable' into radio-frequency-cable
---
src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue
index 8d13703..20a857f 100644
--- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue
+++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/bindPartDialog.vue
@@ -142,7 +142,7 @@
type: "warning",
})
.then(() => {
- productPartReview({ id: row.id }).then((res) => {
+ productPartReview({ id: row.id, type: this.type == 0 ? '瀵硅薄' : '浜у搧' }).then((res) => {
if (res.code == 200) {
this.$message.success("澶嶆牳閫氳繃");
this.getList();
@@ -268,7 +268,7 @@
},
getEditList() {
this.tableLoading0 = true
- productPartLogList({ id: this.currentPart.id, ...this.editPage }).then(res => {
+ productPartLogList({ id: this.currentPart.id, type: this.type == 0 ? '瀵硅薄' : '浜у搧', ...this.editPage }).then(res => {
this.tableLoading0 = false
if (res.code == 200) {
this.editList = res.data.records
--
Gitblit v1.9.3