@egova/egova-api 1.0.92 → 1.0.93
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
CHANGED
|
@@ -26692,7 +26692,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
|
|
|
26692
26692
|
/***/ "46d3":
|
|
26693
26693
|
/***/ (function(module, exports) {
|
|
26694
26694
|
|
|
26695
|
-
module.exports = "<article class=\"u-common-tree u-type-tree\">\n <slot name=\"header\">\n <header slot=\"header\" class=\"tree-header\">\n <span>合并模型列表</span>\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n
|
|
26695
|
+
module.exports = "<article class=\"u-common-tree u-type-tree\">\n <slot name=\"header\">\n <header slot=\"header\" class=\"tree-header\">\n <span>合并模型列表</span>\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n accept=\".json\"\n :headers=\"headers\"\n :show-upload-list=\"false\"\n :format=\"['json']\"\n :on-success=\"onSuccess\"\n :before-upload=\"onBeforeUpload\"\n :on-format-error=\"onFormatError\"\n >\n <i title=\"导入\" class=\"iconfont icon-import\"></i>\n </i-upload>\n <i\n @click=\"onModelExport\"\n :class=\"{'disabled': !data.length}\"\n class=\"iconfont icon-export\"\n title=\"导出\"\n ></i>\n <i @click.stop=\"onAddTreeNode\" title=\"新增合并模型\" class=\"iconfont icon-add-folder\"></i>\n </header>\n </slot>\n <section class=\"content\">\n <i-input class=\"search-input diy-input\" suffix=\"ios-search\" :placeholder=\"placeholder\" @on-change=\"onFilter\" v-model=\"keyword\" />\n <i-tree :data=\"renderData\" :render=\"renderContent\" @on-toggle-expand=\"onToggleExpand\"></i-tree>\n </section>\n <u-add-node :data=\"tempNode\" :categories=\"data\" v-model=\"showAddTreeNodeModal\" @on-refresh=\"queryTreeData\"></u-add-node>\n</article>\n"
|
|
26696
26696
|
|
|
26697
26697
|
/***/ }),
|
|
26698
26698
|
|
|
@@ -51645,15 +51645,6 @@ function (_super) {
|
|
|
51645
51645
|
enumerable: false,
|
|
51646
51646
|
configurable: true
|
|
51647
51647
|
});
|
|
51648
|
-
Object.defineProperty(Tree.prototype, "uploadParams", {
|
|
51649
|
-
get: function get() {
|
|
51650
|
-
return {
|
|
51651
|
-
categoryId: null
|
|
51652
|
-
};
|
|
51653
|
-
},
|
|
51654
|
-
enumerable: false,
|
|
51655
|
-
configurable: true
|
|
51656
|
-
});
|
|
51657
51648
|
Object.defineProperty(Tree.prototype, "headers", {
|
|
51658
51649
|
get: function get() {
|
|
51659
51650
|
var token = external_js_cookie_default.a.get("access_token");
|
package/dist/index.umd.js
CHANGED
|
@@ -26701,7 +26701,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
|
|
|
26701
26701
|
/***/ "46d3":
|
|
26702
26702
|
/***/ (function(module, exports) {
|
|
26703
26703
|
|
|
26704
|
-
module.exports = "<article class=\"u-common-tree u-type-tree\">\n <slot name=\"header\">\n <header slot=\"header\" class=\"tree-header\">\n <span>合并模型列表</span>\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n
|
|
26704
|
+
module.exports = "<article class=\"u-common-tree u-type-tree\">\n <slot name=\"header\">\n <header slot=\"header\" class=\"tree-header\">\n <span>合并模型列表</span>\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n accept=\".json\"\n :headers=\"headers\"\n :show-upload-list=\"false\"\n :format=\"['json']\"\n :on-success=\"onSuccess\"\n :before-upload=\"onBeforeUpload\"\n :on-format-error=\"onFormatError\"\n >\n <i title=\"导入\" class=\"iconfont icon-import\"></i>\n </i-upload>\n <i\n @click=\"onModelExport\"\n :class=\"{'disabled': !data.length}\"\n class=\"iconfont icon-export\"\n title=\"导出\"\n ></i>\n <i @click.stop=\"onAddTreeNode\" title=\"新增合并模型\" class=\"iconfont icon-add-folder\"></i>\n </header>\n </slot>\n <section class=\"content\">\n <i-input class=\"search-input diy-input\" suffix=\"ios-search\" :placeholder=\"placeholder\" @on-change=\"onFilter\" v-model=\"keyword\" />\n <i-tree :data=\"renderData\" :render=\"renderContent\" @on-toggle-expand=\"onToggleExpand\"></i-tree>\n </section>\n <u-add-node :data=\"tempNode\" :categories=\"data\" v-model=\"showAddTreeNodeModal\" @on-refresh=\"queryTreeData\"></u-add-node>\n</article>\n"
|
|
26705
26705
|
|
|
26706
26706
|
/***/ }),
|
|
26707
26707
|
|
|
@@ -51654,15 +51654,6 @@ function (_super) {
|
|
|
51654
51654
|
enumerable: false,
|
|
51655
51655
|
configurable: true
|
|
51656
51656
|
});
|
|
51657
|
-
Object.defineProperty(Tree.prototype, "uploadParams", {
|
|
51658
|
-
get: function get() {
|
|
51659
|
-
return {
|
|
51660
|
-
categoryId: null
|
|
51661
|
-
};
|
|
51662
|
-
},
|
|
51663
|
-
enumerable: false,
|
|
51664
|
-
configurable: true
|
|
51665
|
-
});
|
|
51666
51657
|
Object.defineProperty(Tree.prototype, "headers", {
|
|
51667
51658
|
get: function get() {
|
|
51668
51659
|
var token = external_js_cookie_default.a.get("access_token");
|