diff --git a/resource/js/unit.js b/resource/js/unit.js index 416a60b..2de6cb2 100644 --- a/resource/js/unit.js +++ b/resource/js/unit.js @@ -12,7 +12,7 @@ sysComm = { //var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址 -var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址 +var parkcloudbaseUrl = 'http://127.0.0.1:8100/';// url公用地址 diff --git a/topages/workfill/workfill.js b/topages/workfill/workfill.js index b7264f3..1790ea2 100644 --- a/topages/workfill/workfill.js +++ b/topages/workfill/workfill.js @@ -190,9 +190,9 @@ var fun = { $("#weekday"+id).attr("data-id",asraId); _this.text('编辑'); _this.parent().parent().find(".workfill-list-container").attr("contenteditable","false"); - _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon').toggleClass('display-none'); + _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon').addClass('display-none'); var projectName=_this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon .work-projectName').find("option:selected").text(); - _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').toggleClass('display-none'); + _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').removeClass('display-none'); _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').text(projectName); }else{