Commit 221e59bc by yuwei

项目初始化

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