1
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -69,7 +69,6 @@ export default { | ... | @@ -69,7 +69,6 @@ export default { |
| 69 | prop: "zjzl", | 69 | prop: "zjzl", |
| 70 | label: "证件种类2", | 70 | label: "证件种类2", |
| 71 | render: (h, scope) => { | 71 | render: (h, scope) => { |
| 72 | alert("2") | ||
| 73 | this.dictData['A30'].forEach(item => { | 72 | this.dictData['A30'].forEach(item => { |
| 74 | if (item.dcode == scope.row.zjzl) { | 73 | if (item.dcode == scope.row.zjzl) { |
| 75 | var varName =item.dname | 74 | var varName =item.dname | ... | ... |
-
Please register or sign in to post a comment