|
|
@ -511,7 +511,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
onModifySubmit(type) {
|
|
|
|
onModifySubmit(type) {
|
|
|
|
|
|
|
|
|
|
|
|
//判断本企业产品是否是通过审核的
|
|
|
|
//判断本企业产品是否是通过审核的
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
customerId: this.$store.getters.customerId
|
|
|
|
customerId: this.$store.getters.customerId
|
|
|
@ -520,7 +520,6 @@ export default {
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if(response.data.auditStatus!=1){
|
|
|
|
if(response.data.auditStatus!=1){
|
|
|
|
this.$message.error("本企业信息还未通过审核!");
|
|
|
|
this.$message.error("本企业信息还未通过审核!");
|
|
|
|
falg=false;
|
|
|
|
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
this.addOrModifyCompany(type);
|
|
|
|
this.addOrModifyCompany(type);
|
|
|
|