@@ -193,7 +193,7 @@ export default {
getHeader(headers, buildFloorSelectd) {
this.headers = headers
this.headers.forEach(item => {
- if (item.Path && item.InputMode) {
+ if (item.Path) {
this.inputMap[item.Path] = item
}
})
@@ -328,7 +328,7 @@
getDataDictionary(params, res => {
this.tableHeader = res.Content;
this.tableHeader.forEach(item => {
@@ -386,7 +386,7 @@
@@ -188,7 +188,7 @@ export default {
@@ -143,7 +143,7 @@ export default {
await getDataDictionary(param, res => {
@@ -246,7 +246,7 @@ export default {
await getDataDictionary(params, res => {
@@ -155,7 +155,7 @@ export default {
@@ -145,7 +145,7 @@ export default {