guhongwei 4 年之前
父节点
当前提交
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({