|
@@ -265,7 +265,7 @@ export default {
|
|
|
res.fieldBeans = this.fieldBeansHook(res.fieldBeans) || res.fieldBeans
|
|
|
}
|
|
|
for (var item of res.fieldBeans) {
|
|
|
- if (item.jname === 'createTime') {
|
|
|
+ if (!this.createTimeKey && item.jname === 'createTime') {
|
|
|
this.createTimeKey = `${item.tbName ? item.tbName + '.' : ''}${item.colName}`
|
|
|
}
|
|
|
if (item.pk) {
|