瀏覽代碼

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 年之前
父節點
當前提交
c12b7bf6e0
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/ToConfigure/configure.vue

+ 6 - 1
src/views/ToConfigure/configure.vue

@@ -350,7 +350,12 @@ export default {
               this.total1 = res.data.total
             }
           })
-
+          this.loading = false
+        } else {
+          this.tableData = []
+          this.table_Data = []
+          this.total = 0
+          this.total1 = 0
           this.loading = false
         }
       })