xjc hace 3 años
padre
commit
8e694750cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/data/index.vue

+ 1 - 1
src/views/data/index.vue

@@ -280,7 +280,7 @@ export default {
     methods:{
         updateRank(){
             this.loading = true
-            this.$api.updateRank(queryParams).then((res)=>{
+            this.$api.updateRank(this.queryParams).then((res)=>{
                 this.loading = false
                 this.$message({
                     message: "更新成功!",