fangq 4 年之前
父節點
當前提交
570c90b581
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/bank/keypwd.vue

+ 3 - 0
src/views/bank/keypwd.vue

@@ -753,6 +753,9 @@
                 done();
               });
             }else{
+              this.form.handoverPersonName = this.userInfo.user_name;
+              this.form.handoverPersonNo = this.userInfo.user_ehr;
+              this.form.handoverPersonId = this.userInfo.user_id;
               this.findObject(this.option.column, 'orgNo').disabled = false;
               this.findObject(this.option.column, 'orgName').disabled = false;
               done();