forked from github/dataease
refactor: 回滚
This commit is contained in:
parent
1f843986d3
commit
0ddcb764b8
@ -970,7 +970,7 @@ export default {
|
|||||||
table.info.replace(/\n/g, '\\n').replace(/\r/g, '\\r')
|
table.info.replace(/\n/g, '\\n').replace(/\r/g, '\\r')
|
||||||
).sql
|
).sql
|
||||||
}
|
}
|
||||||
if (JSON.parse(table.info).hasOwn('setKey')) {
|
if (JSON.parse(table.info).hasOwnProperty('setKey')) {
|
||||||
this.$set(this.param, 'setKey', JSON.parse(table.info).setKey)
|
this.$set(this.param, 'setKey', JSON.parse(table.info).setKey)
|
||||||
this.param.keys = JSON.parse(table.info).keys
|
this.param.keys = JSON.parse(table.info).keys
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user