二次点击下派模板时,保存模板ID为空bug修改。
This commit is contained in:
parent
0916e40729
commit
bbafa933d0
@ -489,7 +489,9 @@
|
|||||||
width: '1040px',
|
width: '1040px',
|
||||||
height: '98%',
|
height: '98%',
|
||||||
onClose: function(data) {
|
onClose: function(data) {
|
||||||
templateObj = top.dialog.dialogData.templateObj;
|
if(!$.isEmptyObject(top.dialog.dialogData.templateObj)) {
|
||||||
|
templateObj = top.dialog.dialogData.templateObj;
|
||||||
|
}
|
||||||
if(!$.isEmptyObject(templateObj)) {
|
if(!$.isEmptyObject(templateObj)) {
|
||||||
$('#taskListDiv').hide();
|
$('#taskListDiv').hide();
|
||||||
getTaskRateMsg(templateObj.taskRateId);
|
getTaskRateMsg(templateObj.taskRateId);
|
||||||
|
@ -471,7 +471,9 @@
|
|||||||
width: '1040px',
|
width: '1040px',
|
||||||
height: '98%',
|
height: '98%',
|
||||||
onClose: function(data) {
|
onClose: function(data) {
|
||||||
templateObj = top.dialog.dialogData.templateObj;
|
if(!$.isEmptyObject(top.dialog.dialogData.templateObj)) {
|
||||||
|
templateObj = top.dialog.dialogData.templateObj;
|
||||||
|
}
|
||||||
if(!$.isEmptyObject(templateObj)) {
|
if(!$.isEmptyObject(templateObj)) {
|
||||||
$('#taskListDiv').hide();
|
$('#taskListDiv').hide();
|
||||||
listList = [];
|
listList = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user