hanbaoshan
2020-11-02 ee3bd8d3f0818475035a68bc04b1a87f083ebbd9
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;