chenjun %!s(int64=3) %!d(string=hai) anos
pai
achega
5481f435e1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/systemManagement/index.vue

+ 3 - 0
src/views/systemManagement/index.vue

@@ -307,6 +307,9 @@ export default {
       else if (this.FormData.PwdStruc == 0) {
         this.FormData.PwdStruc = "0000"
       }
+      else if (this.FormData.PwdStruc == 10) {
+        this.FormData.PwdStruc = "0010"
+      }
       this.$refs["systemForm"].validate((valid) => {
         if (valid) {
           SaveSystemSet(this.FormData)