centaline-data-driven 1.5.70 → 1.5.71

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.
@@ -62,6 +62,7 @@ const paths = {
62
62
  "dynamicContainer": "./src/centaline/dynamicContainer/index.js", //容器控件
63
63
  "dynamicSearch": "./src/centaline/dynamicSearch/index.js", //查询条件
64
64
  "dynamicCalendar": "./src/centaline/dynamicCalendar/index.js", //日历控件
65
+ "dynamicLH": "./src/centaline/dynamicLH/index.js", //html 标签
65
66
  },
66
67
  "plugs": {
67
68
  "api": "./src/centaline/api/index.js", //调用API插件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.5.70",
3
+ "version": "1.5.71",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## v1.5.71
2
+ 2023-10-30
3
+
4
+ 新增
5
+
6
+ 日历组件以及时间组件新增查询自动加载功能
7
+
8
+ html标签
9
+
1
10
  ## v1.5.70
2
11
  2023-10-27
3
12
 
@@ -60,7 +60,6 @@ export default {
60
60
  });
61
61
  },
62
62
  loaded(data) {
63
- debugger
64
63
  var self = this;
65
64
  self.isShowSearchlist = false;
66
65
  self.apiParam = data;