@zgfe/modules-settings 2.1.0-zhongyuan.15 → 2.1.0-zhongyuan.16
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,7 @@ var clearDict = function clearDict(_ref) {
|
|
|
224
224
|
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u6DFB\u52A0\u503C"), showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
225
225
|
type: "primary",
|
|
226
226
|
onClick: onHandleUploading
|
|
227
|
-
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0")))), openImportModal &&
|
|
227
|
+
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0")))), openImportModal && /*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
228
228
|
uploadFile: apis.dict.dictUpload,
|
|
229
229
|
downloadTempleUrl: apis.dict.dictTemplate,
|
|
230
230
|
fileName: "\u5C5E\u6027\u503C\u5BFC\u5165\u6A21\u677F",
|
|
@@ -240,6 +240,6 @@ var clearDict = function clearDict(_ref) {
|
|
|
240
240
|
}))));
|
|
241
241
|
setOpenImportModal(false);
|
|
242
242
|
}
|
|
243
|
-
}))
|
|
243
|
+
}));
|
|
244
244
|
};
|
|
245
245
|
export default clearDict;
|
|
@@ -244,7 +244,7 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
244
244
|
setAddlocShow(false);
|
|
245
245
|
getList();
|
|
246
246
|
}
|
|
247
|
-
})), openImportModal &&
|
|
247
|
+
})), openImportModal && /*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
248
248
|
uploadFile: apis.dict.tagUpload,
|
|
249
249
|
downloadTempleUrl: apis.dict.tagTemplate,
|
|
250
250
|
fileName: "\u5BFC\u5165\u6A21\u677F",
|
|
@@ -259,6 +259,6 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
259
259
|
setOpenImportModal(false);
|
|
260
260
|
getList();
|
|
261
261
|
}
|
|
262
|
-
}))
|
|
262
|
+
}));
|
|
263
263
|
};
|
|
264
264
|
export default locationTagManagement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.1.0-zhongyuan.
|
|
3
|
+
"version": "2.1.0-zhongyuan.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "7f9bc65c47c126d4c3a3fb1ac2554f28b78715f5",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|