|
@@ -156,7 +156,7 @@ $(document).ready(function () {
|
|
// 检查上报情况
|
|
// 检查上报情况
|
|
function checkAuditorFrom () {
|
|
function checkAuditorFrom () {
|
|
if ($('#auditors li').length === 0) {
|
|
if ($('#auditors li').length === 0) {
|
|
- toast.error('请先选择审批人,再上报数据');
|
|
|
|
|
|
+ toastr.error('请先选择审批人,再上报数据');
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
$('#hide-all').show();
|
|
$('#hide-all').show();
|