|
|
|
@ -100,6 +100,11 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
infoClose(){
|
|
|
|
|
this.infoVisible = false;
|
|
|
|
|
this.formInline = {
|
|
|
|
|
qymc:"",
|
|
|
|
|
tyshxydm:"",
|
|
|
|
|
servicesType: null,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
getList(){
|
|
|
|
|
this.loading = true;
|
|
|
|
@ -140,10 +145,14 @@ export default {
|
|
|
|
|
// 企业详情
|
|
|
|
|
enterpriseInfo(row){
|
|
|
|
|
getUserId({getCreditCode : row.tyshxydm}).then(res=>{
|
|
|
|
|
if(res.data?.id) {
|
|
|
|
|
this.$router.push({
|
|
|
|
|
name: 'enterpriselibraryInfo',
|
|
|
|
|
query: { userId: res.data.id, creditCode: row.tyshxydm }
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error("该企业未在企业库");
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 修改table背景色
|
|
|
|
|