eb5bf84b by jiaozeping@pashanhoo.com

1

1 parent 28959046
...@@ -72,7 +72,6 @@ export default { ...@@ -72,7 +72,6 @@ export default {
72 this.dictData['A30'].forEach(item => { 72 this.dictData['A30'].forEach(item => {
73 if (item.dcode == scope.row.zjzl) { 73 if (item.dcode == scope.row.zjzl) {
74 var varName =item.dname 74 var varName =item.dname
75 alert(varName)
76 return <div>varName</div> 75 return <div>varName</div>
77 } 76 }
78 }) 77 })
......