From 9ecb2eb3ae61cbaededf1879b52c0772358021a4 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 4 Jul 2025 14:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=AE=A1=E7=90=86=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kitchen/staffManage/staff/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/kitchen/staffManage/staff/index.vue b/src/views/kitchen/staffManage/staff/index.vue index d4d6a6f2..b6267ec4 100644 --- a/src/views/kitchen/staffManage/staff/index.vue +++ b/src/views/kitchen/staffManage/staff/index.vue @@ -786,6 +786,7 @@ export default { } console.log(this.form) this.$set(this.form,"password",decryptWithSM4(this.form.password)) + this.$set(this.form,"mobile",decryptWithSM4(this.form.mobile)) if(this.form.accessAuthorityList&&this.form.accessAuthorityList.length>0){ console.log(this.form.accessAuthorityList) let index = this.form.accessAuthorityList.findIndex(v=>v.deviceType==3) @@ -1018,6 +1019,7 @@ export default { ...this.form } param.password = encryptWithSM4(this.form.password) + param.mobile = encryptWithSM4(this.form.mobile) if (this.form.staffId != undefined) { editKitchenStaffApi(param).then(response => { this.$modal.msgSuccess("修改成功");