guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
36e3668892
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)) {