Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jeecg
jeecg-boot
提交
49a303d5
J
jeecg-boot
项目概览
jeecg
/
jeecg-boot
上一次同步 3 年多
通知
865
Star
24375
Fork
84
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
jeecg-boot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
49a303d5
编写于
2月 24, 2020
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决新版2.1.4 online表单插入行,添加报错问题
上级
1cabc94c
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
10 addition
and
11 deletion
+10
-11
ant-design-vue-jeecg/package.json
ant-design-vue-jeecg/package.json
+1
-1
ant-design-vue-jeecg/src/views/modules/online/cgform/util/TableUtils.js
...-jeecg/src/views/modules/online/cgform/util/TableUtils.js
+2
-2
ant-design-vue-jeecg/yarn.lock
ant-design-vue-jeecg/yarn.lock
+4
-4
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
...boot-module-system/src/main/resources/application-dev.yml
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
...oot-module-system/src/main/resources/application-prod.yml
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
...oot-module-system/src/main/resources/application-test.yml
+1
-1
jeecg-boot/pom.xml
jeecg-boot/pom.xml
+0
-1
未找到文件。
ant-design-vue-jeecg/package.json
浏览文件 @
49a303d5
...
...
@@ -10,7 +10,7 @@
},
"dependencies"
:
{
"@antv/data-set"
:
"^0.10.2"
,
"@jeecg/antd-online-214"
:
"^2.1.4"
,
"@jeecg/antd-online-214"
:
"^2.1.4
1
"
,
"@tinymce/tinymce-vue"
:
"^2.0.0"
,
"ant-design-vue"
:
"^1.4.0"
,
"apexcharts"
:
"^3.6.5"
,
...
...
ant-design-vue-jeecg/src/views/modules/online/cgform/util/TableUtils.js
浏览文件 @
49a303d5
...
...
@@ -2,11 +2,11 @@
* 同步列表,可以同步新增、修改、删除
* @author sunjianlei
* */
export
function
syncAllTable
(
vm
,
table1
)
{
export
async
function
syncAllTable
(
vm
,
table1
)
{
vm
.
$refs
.
editableTable
.
resetScrollTop
()
let
deleteIds
=
table1
.
$refs
.
editableTable
.
getDeleteIds
()
let
table1Value
table1
.
$refs
.
editableTable
.
getValuesPromise
(
false
).
then
((
values
)
=>
{
await
table1
.
$refs
.
editableTable
.
getValuesPromise
(
false
).
then
((
values
)
=>
{
table1Value
=
values
return
vm
.
$refs
.
editableTable
.
getValuesPromise
(
false
)
}).
then
((
values
)
=>
{
...
...
ant-design-vue-jeecg/yarn.lock
浏览文件 @
49a303d5
...
...
@@ -863,10 +863,10 @@
cssnano-preset-default "^4.0.0"
postcss "^7.0.0"
"@jeecg/antd-online-214@^2.1.4":
version "2.1.4"
resolved "https://registry.npmjs.org/@jeecg/antd-online-214/-/antd-online-214-2.1.4
.tgz#981dae8ff2ab75367fbd4aef63d5a676132ade00
"
integrity sha512-
1gtZTHvUnFUpH2AB5FzuGvYHhPMhEfhk8bf838AtxOHUl/jQBF/sHpl7fDbvKKjHNpRAIrKmUDzWk6WboStr1A
==
"@jeecg/antd-online-214@^2.1.4
1
":
version "2.1.4
1
"
resolved "https://registry.npmjs.org/@jeecg/antd-online-214/-/antd-online-214-2.1.4
1.tgz#d74847558b87b590202ed3f3f2223d6388896e5b
"
integrity sha512-
kC9Td7Er2lq71ZsYuXFMI/qvUCvUEQxPsqJX2FwPE8VV2GmegXtluNTCi7EuU+j6hxismhKl+AkNIiC06xQh5Q
==
"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
浏览文件 @
49a303d5
...
...
@@ -96,7 +96,7 @@ spring:
connectionProperties
:
druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource
:
master
:
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
&tinyInt1isBit=false
username
:
root
password
:
root
driver-class-name
:
com.mysql.jdbc.Driver
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
浏览文件 @
49a303d5
...
...
@@ -96,7 +96,7 @@ spring:
connectionProperties
:
druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource
:
master
:
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
&tinyInt1isBit=false
username
:
root
password
:
root
driver-class-name
:
com.mysql.jdbc.Driver
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
浏览文件 @
49a303d5
...
...
@@ -96,7 +96,7 @@ spring:
connectionProperties
:
druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource
:
master
:
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url
:
jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
&tinyInt1isBit=false
username
:
root
password
:
root
driver-class-name
:
com.mysql.jdbc.Driver
...
...
jeecg-boot/pom.xml
浏览文件 @
49a303d5
...
...
@@ -207,7 +207,6 @@
</exclusions>
</dependency>
<!-- online form-->
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-re
</artifactId>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录