Explorar el Código

离职交接bug

jzh hace 1 año
padre
commit
b22ede8ead

+ 0 - 1
zjugis-business/src/main/resources/templates/Resign/index.ftl

@@ -288,7 +288,6 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css','/timeSelector/Tim
                                                 月初停止缴纳
                                             </div>
                                         </td>
-                                        </td>
                                     </tr>
 
                                     <tr>

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

@@ -175,7 +175,10 @@
         for (let key of Object.keys(postData)) {
             let mealName = postData[key];
 
-            postData.createReqVO = mealName;
+            if (key.startsWith("createReqVO")) {
+                postData.createReqVO = mealName;
+            }
+
             if (key.startsWith("ResignDetailDO")) {
                 unfinished.push(z.ui.form.childStringify(mealName));
             }