manage-client 4.0.94-1 → 4.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.94-1",
3
+ "version": "4.0.94",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -639,7 +639,7 @@
639
639
  }
640
640
  const defectData = JSON.parse(defectContent);
641
641
  if (defectData.result === '正常') {
642
- return '没问题';
642
+ return '正常';
643
643
  } else {
644
644
  // 显示数组第一个值
645
645
  if (defectData.data && defectData.data.length > 0) {