hanbaoshan
2020-10-30 1acb2169d78d74e347bdfc2e962a88e6cb585bb7
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -527,7 +527,7 @@
    },
    fetchFileList () {
      findAllFileByStackId({ name: this.searchInput, stackId: this.form.id, page: this.page, size: this.size, type: 0 }).then(rsp => {
        if (rsp && rsp.success && rsp.data.total > 0) {
        if (rsp && rsp.success && rsp.data.total >= 0) {
          this.fileList = rsp.data.dataList;
          this.total = rsp.data.total;