@@ -279,6 +279,7 @@ input.canEditDept {
top:100px;
background: #fff;
border-radius: 4px;
+ min-width: 615px;
}
.modal-title{
border-bottom: 1px #E2E5EF solid;
@@ -217,6 +217,7 @@ function creatTask(flag){
};
post(ywCheckApi.addCheck,param).then(res =>{
if(res.data.code == '0'){
+ global_taskList=[];
$(".modal-container").hide();
toast("操作成功!");
getTabData(1)