forked from github/dataease
Merge branch 'v1.6' into dev
This commit is contained in:
commit
7623a7dca5
File diff suppressed because one or more lines are too long
1
backend/src/main/resources/db/migration/V30__1.6.1.sql
Normal file
1
backend/src/main/resources/db/migration/V30__1.6.1.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `dataset_table_field` CHANGE COLUMN `name` `name` LONGTEXT NOT NULL COMMENT '字段名' ;
|
@ -183,7 +183,6 @@ export default {
|
||||
filter.drill = this.drillClickDimensionList
|
||||
filter.resultCount = this.resultCount
|
||||
filter.resultMode = this.resultMode
|
||||
filter.user = this.element.user
|
||||
filter.queryFrom = 'panel'
|
||||
return filter
|
||||
},
|
||||
|
@ -78,7 +78,7 @@ export default {
|
||||
if (data) {
|
||||
data.forEach(item => {
|
||||
item.type !== 'custom' && (item.id = uuid.v1())
|
||||
item.user = this.user
|
||||
// item.user = this.user
|
||||
item.fromSource = 'link'
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user