@titaui/pc 1.12.32 → 1.12.33

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.
@@ -120,7 +120,7 @@ var EvaluationDialog = function EvaluationDialog(props) {
120
120
  remark: remark,
121
121
  type: Number(evaluateType),
122
122
  value: value,
123
- user: res === null || res === void 0 ? void 0 : res.user
123
+ user: res === null || res === void 0 ? void 0 : res.userV2
124
124
  });
125
125
 
126
126
  _toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.32",
3
+ "version": "1.12.33",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",