提交 b429865c 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 e3db3b87
......@@ -2164,7 +2164,7 @@ export default class NewDefaultBase extends Vue implements ControlInterface {
row['author'] = this.context['srfusername'];
}
if (row.hasOwnProperty('press')) {
row['press'] = this.computeDefaultValueWithParam("CREATE","IBIZBOOKNAME",row);
row['press'] = this.computeDefaultValueWithParam("CREATE","ibizbookname",row);
}
if (row.hasOwnProperty('ibizbookname')) {
row['ibizbookname'] = '新建默认值:图书';
......
......@@ -2172,7 +2172,7 @@ export default class UpdateDefaultBase extends Vue implements ControlInterface {
row['author'] = this.context['srfusername'];
}
if (row.hasOwnProperty('press') && !row.press && row.hasUpdated) {
row['press'] = this.computeDefaultValueWithParam("UPDATE","IBIZBOOKNAME",row);
row['press'] = this.computeDefaultValueWithParam("UPDATE","ibizbookname",row);
}
if (row.hasOwnProperty('ibizbookname') && !row.ibizbookname && row.hasUpdated) {
row['ibizbookname'] = '更新默认值:图书';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册