guhongwei 4 years ago
parent
commit
36e3668892
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userCenter/userExamine/update.vue

+ 1 - 1
src/views/userCenter/userExamine/update.vue

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