Browse Source

Merge branch 'master' of http://114.55.67.98:8070/Natural_p1/zjugis_OA

songxy 1 year ago
parent
commit
39d0ac645a

+ 1 - 1
zjugis-business/src/main/resources/templates/RecruitDemand/js/index.js

@@ -239,7 +239,7 @@
         z.ui.textarea("[name='RecruitDetailDO[" + index + "]$remark']").setValue(isTimes[index].remark);
 
 
-        if (read === '1') {
+        if (read !== '1') {
             $("#editBtn_" + index).click(function () {
                 const span = $(this).find("span");
                 const html = span.html();