1
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment