Commit fb59b474 authored by danfuman's avatar danfuman

修改

parent e4f10c0e
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
@handle-current-change="handleCurrentChange" @handle-current-change="handleCurrentChange"
> >
<template slot="projectName" slot-scope="scope"> <template slot="projectName" slot-scope="scope">
<span class="link-type" @click="clickDetail(scope.row.id)"> <span class="link-type" @click="clickDetail(scope.row.id)" >
{{ scope.row.projectName }} {{ scope.row.projectName }}
</span> </span>
</template> </template>
...@@ -324,7 +324,7 @@ export default { ...@@ -324,7 +324,7 @@ export default {
} }
}, },
selCompany1(item){ selCompany1(item){
this.addParam.projectName = item this.addParam.projectName = item.replace(/<[^>]+>/g, '')
this.showlist1 = false this.showlist1 = false
}, },
//获取业主单位 //获取业主单位
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment