ztxkui 3.5.4 → 3.5.5
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.
|
@@ -224,7 +224,6 @@ var Sinatures = function (_a) {
|
|
|
224
224
|
};
|
|
225
225
|
/** 指定签署位置 */
|
|
226
226
|
var checkSealFn = function () {
|
|
227
|
-
setLoading(true);
|
|
228
227
|
// 已勾选的要加盖电子印章的附件id列表
|
|
229
228
|
var checkedElecSealIds = records
|
|
230
229
|
.filter(function (item) { return item.isElectronicSeal; })
|
|
@@ -233,6 +232,7 @@ var Sinatures = function (_a) {
|
|
|
233
232
|
message.info('请勾选电子印章!');
|
|
234
233
|
return;
|
|
235
234
|
}
|
|
235
|
+
setLoading(true);
|
|
236
236
|
var params = {
|
|
237
237
|
attachIdList: [],
|
|
238
238
|
sealIdList: innerElectronicSeal,
|
|
@@ -440,7 +440,7 @@ var Sinatures = function (_a) {
|
|
|
440
440
|
title: '电子印章设置',
|
|
441
441
|
key: 'setElectronicSeal',
|
|
442
442
|
dataIndex: 'setElectronicSeal',
|
|
443
|
-
width:
|
|
443
|
+
width: 150,
|
|
444
444
|
render: function (value, row, index) {
|
|
445
445
|
var Comp = function () {
|
|
446
446
|
return records.length !== 0 ? (React.createElement("div", { style: { height: '100%', paddingTop: '23px' } },
|