123
chenjingwu
2024-04-22 9edb6ca7ed43c4ac6475f9b1c56a8d4821c1627f
force-app/main/default/aura/taskManage/taskManageController.js
@@ -177,5 +177,9 @@
        helper.checkEnquiry(cmp,tempData.id);
    }
    //2021-10-25 yjk 取消原因为失单,查看询价报告按钮 end
    ,closeMessage : function(cmp,event,helper){
        $A.util.addClass(cmp.find('errorDiv'), 'slds-hide');
        $A.util.addClass(cmp.find('successDiv'), 'slds-hide');
    }
});