guhongwei 4 лет назад
Родитель
Сommit
1a9705d2d6
1 измененных файлов с 1 добавлено и 0 удалено
  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({