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:'--' }}
职务: