ellisran 1 ヶ月 前
コミット
232e31d128
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/view/change/modal.ejs

+ 1 - 1
app/view/change/modal.ejs

@@ -411,7 +411,7 @@
                     makeSpList([]);
                 }
                 let showAuditSelectHtml = '';
-                if (res.spGroupList && res.spGroupList.length > 0 && shenpi_status === shenpiConst.sp_status.gdspl) {
+                if (res.spGroupList && shenpi_status === shenpiConst.sp_status.gdspl) {
                     let optionHtml = '';
                     for (const g of res.spGroupList) { %>
                         optionHtml += `<option value="${g.id}" ${res.uncheckList.length > 0 && g.id === res.uncheckList[0].sp_group ? 'selected' : ''}>${g.name}</option>`;