提交 f6465770 编写于 作者: KK's avatar KK

多于输出

上级 8147cd4f
......@@ -236,7 +236,7 @@ export class ControlServiceBase {
data[this.appDeKey] = PrimaryKey;
if (Util.isFunction(this.service[action])) {
response = await this.service[action](context, data, isLoading);
console.log(response);
//console.log(response);
} else {
response = await this.service.GetDraft(context, data, isLoading);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册