guhongwei 4 éve
szülő
commit
1a9705d2d6
1 módosított fájl, 1 hozzáadás és 0 törlés
  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({