Bladeren bron

更新列表代码错误修复

xiaohaizhao 1 jaar geleden
bovenliggende
commit
f023e1e9d9

+ 1 - 1
cloud/collect/mylist.vue

@@ -97,7 +97,7 @@ export default {
                     if (this.cutoff(res.msg)) return;
                     res.data = this.$refs[current.name].handleList(res.data)
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
cloud/designReality/index.vue

@@ -73,7 +73,7 @@ export default {
                         return v
                     })
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                     if (data) handle();
                 })
                 function handle() {

+ 1 - 1
packageA/affiche/index.vue

@@ -120,7 +120,7 @@ export default {
                     console.log("更新通告列表", res)
                     if (this.cutoff(res.msg)) return;
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
packageA/exam/index.vue

@@ -141,7 +141,7 @@ export default {
                     console.log("更新试卷列表", res)
                     if (this.cutoff(res.msg)) return;
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
packageA/exam/result.vue

@@ -130,7 +130,7 @@ export default {
                     console.log("更新试卷列表", res)
                     if (this.cutoff(res.msg)) return;
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
packageA/resourceLibrary/index.vue

@@ -132,7 +132,7 @@ export default {
                     console.log("更新装备资源库列表", res)
                     if (this.cutoff(res.msg)) return;
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
pages/index/index/casePages/design.vue

@@ -103,7 +103,7 @@ export default {
                         return v
                     })
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                     if (data) handle();
 
                 })

+ 1 - 1
store/center/detail.vue

@@ -310,7 +310,7 @@ export default {
                         if (this.cutoff(res.msg)) return;
                         this.$refs.List.setHeight()
                         this.list = res.data;
-                        this.$refs.List.paging(current, res, true)
+                        this.$refs.List.paging(content, res, true)
                     })
                 }
             }.bind(this)

+ 1 - 1
store/insert/member.vue

@@ -73,7 +73,7 @@ export default {
                     console.log("更新人员列表", res)
                     if (this.cutoff(res.msg)) return;
                     this.list = res.data;
-                    this.$refs.List.paging(current, res, true)
+                    this.$refs.List.paging(content, res, true)
                 })
             }
         },

+ 1 - 1
team/team/modules/store.vue

@@ -131,7 +131,7 @@ export default {
                         if (this.cutoff(res.msg)) return;
                         this.$refs.List.setHeight()
                         this.list = this.$refs.storeList.handleList(res.data);
-                        this.$refs.List.paging(current, res, true)
+                        this.$refs.List.paging(content, res, true)
                     })
                 }
             }.bind(this)

+ 1 - 1
team/team/modules/users.vue

@@ -85,7 +85,7 @@ export default {
                         if (this.cutoff(res.msg)) return;
                         this.$refs.List.setHeight()
                         this.list = res.data;
-                        this.$refs.List.paging(current, res, true)
+                        this.$refs.List.paging(content, res, true)
                     })
                 }
             }.bind(this)