Browse Source

feat: 新增字段

@dayan_hjm 2 years ago
parent
commit
1c6ad62677
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/tqcDataVHome/api.js

+ 2 - 1
src/pages/tqcDataVHome/api.js

@@ -148,7 +148,8 @@ export function mondService(params) {
148
       "returnFields": [
148
       "returnFields": [
149
         "indexName",
149
         "indexName",
150
         "indexDate",
150
         "indexDate",
151
-        "indexValue"
151
+        "indexValue",
152
+        "factoryProdcution"
152
       ],
153
       ],
153
       "pageNum": 1,
154
       "pageNum": 1,
154
       "pageSize": 30,
155
       "pageSize": 30,