|
@@ -28,7 +28,6 @@ $(function(){
|
|
|
if(name){
|
|
|
$(".moduleItemInp").val(name)
|
|
|
}
|
|
|
- getTabData(1)//条目缺陷
|
|
|
if(isReject == 1){
|
|
|
$(".monthYear .mon").css({
|
|
|
backgroundColor:'#00A1FF',
|
|
@@ -73,6 +72,7 @@ $(function(){
|
|
|
}).append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
|
getTabData(1)
|
|
|
})
|
|
|
+ getTabData(1)//条目缺陷
|
|
|
})
|
|
|
|
|
|
function focusMenuItem(code){
|