ydb-components-material 0.1.71 → 0.1.72

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.
@@ -9,6 +9,8 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
9
9
  var _file = require("./file");
10
10
  var _api = require("../../api");
11
11
  var categoryId = '3354397552669692408';
12
+ // 预发
13
+ var categoryIdRelease = '3291682531601133765'; // 手写签批id
12
14
  var documentId = ''; // 手写签批生成的文件id
13
15
  var contractId = ''; // 合同id
14
16
 
@@ -124,7 +126,7 @@ function _uploadSignFile() {
124
126
  headers: {
125
127
  Authorization: window.token
126
128
  },
127
- action: "\nhttps://zwfwpt.sxzwfw.gov.cn" + (window.env === 'release' ? ':10010' : '') + "/DeclarationAPI/declaration/center/signapproval/api/createbyfile",
129
+ action: "\nhttps://zwfwpt.sxzwfw.gov.cn" + (window.env === 'release' ? ':10010' : '') + "/declaration/center/signapproval/api/createbyfile",
128
130
  // 上传文件的地址
129
131
  onError: function onError(e) {
130
132
  // uni.$u.toast(e.msg || '手写签批上传文件异常');
@@ -151,7 +153,7 @@ function createbycategoryFun(fileName, documentIdVal) {
151
153
  var params = {
152
154
  subject: fileName,
153
155
  documents: [documentIdVal],
154
- categoryId: categoryId,
156
+ categoryId: window.env === 'release' ? categoryIdRelease : categoryId,
155
157
  send: true,
156
158
  tenantName: '山西省行政审批服务管理局'
157
159
  };
@@ -89,7 +89,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
89
89
  packageName = 'ydb-components-material';
90
90
  }
91
91
  if (version === void 0) {
92
- version = '0.1.71';
92
+ version = '0.1.72';
93
93
  }
94
94
  if (basicLibraryVersion === void 0) {
95
95
  basicLibraryVersion = {
@@ -94,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
94
94
  packageName = 'ydb-components-material';
95
95
  }
96
96
  if (version === void 0) {
97
- version = '0.1.71';
97
+ version = '0.1.72';
98
98
  }
99
99
  if (basicLibraryVersion === void 0) {
100
100
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -97,10 +97,10 @@
97
97
  },
98
98
  "componentConfig": {
99
99
  "isComponentLibrary": true,
100
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.71/build/lowcode/assets-prod.json"
100
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.72/build/lowcode/assets-prod.json"
101
101
  },
102
102
  "lcMeta": {
103
103
  "type": "component"
104
104
  },
105
- "homepage": "https://unpkg.com/ydb-components-material@0.1.71/build/index.html"
105
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.72/build/index.html"
106
106
  }