@@ -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();