@zhubangyun/lowcode-core 5.12.91 → 5.12.92
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.
package/es/utils/api/form-api.js
CHANGED
|
@@ -39,7 +39,9 @@ function _getFormApi() {
|
|
|
39
39
|
export var RestFormApi = /*#__PURE__*/function (_RestApi) {
|
|
40
40
|
function RestFormApi(formId, fieldId, mock) {
|
|
41
41
|
var _this;
|
|
42
|
-
_this = _RestApi.call(this, "
|
|
42
|
+
_this = _RestApi.call(this, "forms", {
|
|
43
|
+
title: "表单"
|
|
44
|
+
}) || this;
|
|
43
45
|
_this.formId = void 0;
|
|
44
46
|
_this.fieldId = void 0;
|
|
45
47
|
_this.mock = void 0;
|
|
@@ -45,7 +45,9 @@ function _getFormApi() {
|
|
|
45
45
|
var RestFormApi = exports.RestFormApi = /*#__PURE__*/function (_RestApi) {
|
|
46
46
|
function RestFormApi(formId, fieldId, mock) {
|
|
47
47
|
var _this;
|
|
48
|
-
_this = _RestApi.call(this, "
|
|
48
|
+
_this = _RestApi.call(this, "forms", {
|
|
49
|
+
title: "表单"
|
|
50
|
+
}) || this;
|
|
49
51
|
_this.formId = void 0;
|
|
50
52
|
_this.fieldId = void 0;
|
|
51
53
|
_this.mock = void 0;
|