田源
2024-05-16 94696e8332d543a97015d897e2505e8a78d734de
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -624,7 +624,8 @@
      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;
@@ -1224,6 +1225,10 @@
</script>
<style lang="scss" scoped>
.el-table__fixed-body-wrapper .el-table__body {
  padding-bottom: 15px; // 滚动条高度
}
//固定列高度
/deep/ .el-table__fixed {
  height: calc(100vh - 365px) !important;