guhongwei 4 lat temu
rodzic
commit
36e3668892
1 zmienionych plików z 1 dodań i 1 usunięć
  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)) {