guhongwei hace 4 años
padre
commit
1a9705d2d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/userCenter/perfectData/update.vue

+ 1 - 0
src/views/userCenter/perfectData/update.vue

@@ -94,6 +94,7 @@ export default {
     },
     async onSubmit() {
       let data = this.form;
+      data.status = '3';
       let res = await this.update(data);
       if (this.$checkRes(res)) {
         this.$message({