| | |
| | | <basic-container> |
| | | <div class="main"> |
| | | <div class="top"> |
| | | <div class="testbox" style=""> |
| | | <div class="testbox"> |
| | | <div> |
| | | </div> |
| | | <el-row style="width: 100%;margin-bottom: 10px"> |
| | |
| | | if (this.SyncValue) { |
| | | this.syncLoading = true; |
| | | const response = await syncSearch({endDate: this.SyncValue}) |
| | | if (response.status === 200) { |
| | | console.log('response',response) |
| | | if (response.data.code === 200) { |
| | | this.$message.success('同步成功!') |
| | | this.syncLoading = false; |
| | | this.syncDialogBox = false; |
| | |
| | | this.conditionMap = {}; |
| | | // 存储查询条件,主要是为了点击页码时带上这个条件 |
| | | this.conditionMap["conditionMap[" + this.keyWordFind + "]"] = '*' + this.WupinFindValue + '*'; |
| | | console.log(this.conditionMap) |
| | | TableData({ |
| | | templateOid: this.templateOid, |
| | | codeClassifyOid: this.codeClassifyOid, |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | |
| | | /deep/ .el-table__fixed-body-wrapper { |
| | | .el-table__body { |
| | | padding-bottom: 15px; |
| | | } |
| | | } |
| | | |
| | | //固定列高度 |
| | | /deep/ .el-table__fixed { |
| | | height: calc(100vh - 365px) !important; |