@egova/egova-api 1.3.28 → 1.3.29
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/dist/index.common.js +0 -15
- package/dist/index.umd.js +0 -15
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -13689,7 +13689,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
13689
13689
|
_this.$refs.configform && _this.$refs.configform.validateField("retryCode");
|
|
13690
13690
|
});
|
|
13691
13691
|
}
|
|
13692
|
-
this.syncStatusCodeFocus();
|
|
13693
13692
|
};
|
|
13694
13693
|
InterfaceModal.prototype.changeInputStatus = function () {
|
|
13695
13694
|
this.isResourceCodeEnabled = Boolean(this.model.authFlag);
|
|
@@ -14045,7 +14044,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
14045
14044
|
this.model.enableRetry = "false";
|
|
14046
14045
|
}
|
|
14047
14046
|
this.isAdding = false;
|
|
14048
|
-
this.syncStatusCodeFocus();
|
|
14049
14047
|
};
|
|
14050
14048
|
InterfaceModal.prototype.selectCategory = function (node) {
|
|
14051
14049
|
// 将所选的类型id付给当前类型的父id,实现修改分组
|
|
@@ -14082,19 +14080,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
14082
14080
|
this.statusCode = "1";
|
|
14083
14081
|
this.proxyName = "";
|
|
14084
14082
|
this.formTitle = "新增流程配置";
|
|
14085
|
-
this.syncStatusCodeFocus();
|
|
14086
|
-
};
|
|
14087
|
-
InterfaceModal.prototype.syncStatusCodeFocus = function () {
|
|
14088
|
-
var _this = this;
|
|
14089
|
-
this.$nextTick(function () {
|
|
14090
|
-
var selectRef = _this.$refs.statusCodeSelect;
|
|
14091
|
-
if (!selectRef || !Array.isArray(selectRef.flatOptions)) return;
|
|
14092
|
-
var index = selectRef.flatOptions.findIndex(function (opt) {
|
|
14093
|
-
var _a, _b;
|
|
14094
|
-
return ((_b = (_a = opt === null || opt === void 0 ? void 0 : opt.componentOptions) === null || _a === void 0 ? void 0 : _a.propsData) === null || _b === void 0 ? void 0 : _b.value) === _this.statusCode;
|
|
14095
|
-
});
|
|
14096
|
-
selectRef.focusIndex = index;
|
|
14097
|
-
});
|
|
14098
14083
|
};
|
|
14099
14084
|
__decorate([Object(flagwind_web_["config"])({
|
|
14100
14085
|
type: Boolean,
|
package/dist/index.umd.js
CHANGED
|
@@ -13698,7 +13698,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
13698
13698
|
_this.$refs.configform && _this.$refs.configform.validateField("retryCode");
|
|
13699
13699
|
});
|
|
13700
13700
|
}
|
|
13701
|
-
this.syncStatusCodeFocus();
|
|
13702
13701
|
};
|
|
13703
13702
|
InterfaceModal.prototype.changeInputStatus = function () {
|
|
13704
13703
|
this.isResourceCodeEnabled = Boolean(this.model.authFlag);
|
|
@@ -14054,7 +14053,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
14054
14053
|
this.model.enableRetry = "false";
|
|
14055
14054
|
}
|
|
14056
14055
|
this.isAdding = false;
|
|
14057
|
-
this.syncStatusCodeFocus();
|
|
14058
14056
|
};
|
|
14059
14057
|
InterfaceModal.prototype.selectCategory = function (node) {
|
|
14060
14058
|
// 将所选的类型id付给当前类型的父id,实现修改分组
|
|
@@ -14091,19 +14089,6 @@ var process_drawer_InterfaceModal = /** @class */function (_super) {
|
|
|
14091
14089
|
this.statusCode = "1";
|
|
14092
14090
|
this.proxyName = "";
|
|
14093
14091
|
this.formTitle = "新增流程配置";
|
|
14094
|
-
this.syncStatusCodeFocus();
|
|
14095
|
-
};
|
|
14096
|
-
InterfaceModal.prototype.syncStatusCodeFocus = function () {
|
|
14097
|
-
var _this = this;
|
|
14098
|
-
this.$nextTick(function () {
|
|
14099
|
-
var selectRef = _this.$refs.statusCodeSelect;
|
|
14100
|
-
if (!selectRef || !Array.isArray(selectRef.flatOptions)) return;
|
|
14101
|
-
var index = selectRef.flatOptions.findIndex(function (opt) {
|
|
14102
|
-
var _a, _b;
|
|
14103
|
-
return ((_b = (_a = opt === null || opt === void 0 ? void 0 : opt.componentOptions) === null || _a === void 0 ? void 0 : _a.propsData) === null || _b === void 0 ? void 0 : _b.value) === _this.statusCode;
|
|
14104
|
-
});
|
|
14105
|
-
selectRef.focusIndex = index;
|
|
14106
|
-
});
|
|
14107
14092
|
};
|
|
14108
14093
|
__decorate([Object(flagwind_web_["config"])({
|
|
14109
14094
|
type: Boolean,
|