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

xignzi006 发布系统代码

上级 9fa7a005
......@@ -128,7 +128,8 @@ export default class TaskQuickCreateBase extends Vue {
* @memberof TaskQuickCreateBase
*/
public customViewParams:any ={
"regardingobjectid":{"isRawValue":false,"value":"account"}
"regardingobjectid":{"isRawValue":false,"value":"account"},
"regardingobjecttypecode":{"isRawValue":true,"value":"TASK"}
};
/**
......
......@@ -1699,6 +1699,9 @@ export default class QuickCreateBase extends Vue implements ControlInterface {
if (this.data.hasOwnProperty('regardingobjectid')) {
this.data['regardingobjectid'] = this.viewparams['regardingobjectid'];
}
if (this.data.hasOwnProperty('regardingobjecttypecode')) {
this.data['regardingobjecttypecode'] = this.viewparams['regardingobjecttypecode'];
}
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册