Explorar el Código

用户管理列表

gzb
guozhongbo hace 8 meses
padre
commit
14325997d0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/views/schoolSection/userManage/userManage.vue

+ 2
- 2
src/views/schoolSection/userManage/userManage.vue Ver fichero

@@ -898,7 +898,7 @@ export default {
898 898
         rversion: row.rversion
899 899
       }).then((res) => {
900 900
         if (res.code === 0) {
901
-          this.searchList();
901
+          this.getList();
902 902
           this.$Message.success(res.msg);
903 903
         } else {
904 904
           this.$Message.error(res.msg);
@@ -935,8 +935,8 @@ export default {
935 935
         userid: row.userid,
936 936
         rversion: row.rversion
937 937
       }).then((data) => {
938
-        this.searchList();
939 938
         if (data.code === 0) {
939
+          this.getList();
940 940
           this.$Message.success(data.msg);
941 941
         } else {
942 942
           this.$Message.error(data.msg);

Loading…
Cancelar
Guardar