Commit 221e59bc by yuwei

项目初始化

parent 6a437650
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<el-alert <el-alert
type="success" type="success"
:closable="false" :closable="false"
style="margin: 15px 0;"
> >
<span slot="title"> <span slot="title">
{{ title }} {{ title }}
...@@ -97,7 +98,7 @@ import { getContrastTree } from '@/api/standard/contrast' ...@@ -97,7 +98,7 @@ import { getContrastTree } from '@/api/standard/contrast'
import { getDictMapping } from '@/api/standard/dictmapping' import { getDictMapping } from '@/api/standard/dictmapping'
export default { export default {
name: 'DictContrast', name: 'DictMapping',
data() { data() {
return { return {
tableHeight: document.body.offsetHeight - 310 + 'px', tableHeight: document.body.offsetHeight - 310 + 'px',
...@@ -136,7 +137,6 @@ export default { ...@@ -136,7 +137,6 @@ export default {
}, },
/** 节点单击事件 */ /** 节点单击事件 */
handleNodeClick(data, node) { handleNodeClick(data, node) {
this.contrastId = undefined
if (node.level === 4) { if (node.level === 4) {
this.contrastId = data.id this.contrastId = data.id
this.getDictMapping() this.getDictMapping()
......
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