eb5bf84b by jiaozeping@pashanhoo.com

1

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