|
@@ -246,7 +246,7 @@ export default {
|
|
await getDataDictionary(params, res => {
|
|
await getDataDictionary(params, res => {
|
|
this.tableHeader = res.Content;
|
|
this.tableHeader = res.Content;
|
|
this.tableHeader.forEach(item => {
|
|
this.tableHeader.forEach(item => {
|
|
- if (item.Path && item.InputMode) {
|
|
|
|
|
|
+ if (item.Path) {
|
|
this.inputMap[item.Path] = item
|
|
this.inputMap[item.Path] = item
|
|
}
|
|
}
|
|
})
|
|
})
|