From 4bef225e8c79a3441f4d823624d4901664ffcfe6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?=
<2523890936@qq.com>
Date: Wed, 20 Aug 2025 18:34:23 +0800
Subject: [PATCH] bugif
---
.../src/views/customer/productMangement/commonBox/index.vue | 4 ++++
.../src/views/customer/productMangement/productList/index.vue | 4 +++-
.../src/views/customer/productMangement/rejectedPro/index.vue | 4 +++-
f/web-kboss/src/views/homePage/ncmatch/proDetail/index.vue | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
index 014a61c..a115629 100644
--- a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
+++ b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue
@@ -22,6 +22,7 @@
+ {{ JSON.stringify(role) }}
@@ -494,6 +495,9 @@ export default {
console.log('请求参数:', requestData);
requestData.manager_self=this.searchData.radioType=='4'||this.searchData.radioType=='3'?'single':null
requestData.publish_type = this.searchData.radioType=='1'||this.searchData.radioType=='3'?'2':'1'
+ if(this.role.lastType=='1'){
+ requestData.publish_type='1'
+ }
reqSearchByMangement(requestData).then(res => {
console.log(res);
if (res.status) {
diff --git a/f/web-kboss/src/views/customer/productMangement/productList/index.vue b/f/web-kboss/src/views/customer/productMangement/productList/index.vue
index f1896ad..c5e1ab0 100644
--- a/f/web-kboss/src/views/customer/productMangement/productList/index.vue
+++ b/f/web-kboss/src/views/customer/productMangement/productList/index.vue
@@ -15,7 +15,8 @@ export default {
role:{
role_type:'customer',
audit_status:'',
- publish_type:null
+ publish_type:null,
+ lastType:null
}
}
},
@@ -30,6 +31,7 @@ export default {
console.log("role",this.role);
this.role.audit_status='pending,approved'
this.role.publish_type='1'
+ this.role.lastType='1'
},
}
diff --git a/f/web-kboss/src/views/customer/productMangement/rejectedPro/index.vue b/f/web-kboss/src/views/customer/productMangement/rejectedPro/index.vue
index 50dc43b..bae3a7e 100644
--- a/f/web-kboss/src/views/customer/productMangement/rejectedPro/index.vue
+++ b/f/web-kboss/src/views/customer/productMangement/rejectedPro/index.vue
@@ -15,7 +15,8 @@ export default {
role:{
role_type:null,
audit_status:null,
- publish_type:null
+ publish_type:null,
+ lastType:null
}
}
},
@@ -31,6 +32,7 @@ export default {
console.log("role",this.role);
this.role.audit_status='rejected'
this.role.publish_type='1'
+ this.role.lastType='1'
},
}
diff --git a/f/web-kboss/src/views/homePage/ncmatch/proDetail/index.vue b/f/web-kboss/src/views/homePage/ncmatch/proDetail/index.vue
index 56dc7ed..eb6dbca 100644
--- a/f/web-kboss/src/views/homePage/ncmatch/proDetail/index.vue
+++ b/f/web-kboss/src/views/homePage/ncmatch/proDetail/index.vue
@@ -43,7 +43,7 @@
邮箱:
- {{ productDetailInfo.email }}
+ {{ productDetailInfo.email?productDetailInfo.email:'--' }}
职务: