From fcdb739ee8d35bf051fcaf10f05f06b58f522060 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 08 二月 2020 17:36:17 +0800
Subject: [PATCH] 优化修改js bug
---
WebService/src/main/resources/components/staffPackage/changeStaffPwd/changeStaffPwd.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/staffPackage/changeStaffPwd/changeStaffPwd.js b/WebService/src/main/resources/components/staffPackage/changeStaffPwd/changeStaffPwd.js
index fcfb427..3f62f2c 100644
--- a/WebService/src/main/resources/components/staffPackage/changeStaffPwd/changeStaffPwd.js
+++ b/WebService/src/main/resources/components/staffPackage/changeStaffPwd/changeStaffPwd.js
@@ -69,7 +69,7 @@
vc.http.post(
'changeStaffPwd',
'change',
- JSON.stringify(vc.component.addStaffInfo),
+ JSON.stringify(vc.component.changeStaffPwdInfo),
{
emulateJSON:true
},
--
Gitblit v1.8.0