| | |
| | | <el-input type="text" v-model="dataForm.djxlSystem" v-if="false"/> |
| | | </el-form> |
| | | <el-table ref="table" |
| | | :height="getTransformHeight(transformHeight)" |
| | | :height="getTransformHeight()" |
| | | v-loading="dataLoading" |
| | | :data="dataList" |
| | | style='margin-top:10px;transition: .5s;' |
| | |
| | | this.dataLoading = true |
| | | } |
| | | }, |
| | | getTransformHeight(transformHeight) { |
| | | getTransformHeight() { |
| | | let Height = document.documentElement.clientHeight |
| | | if (transformHeight) { |
| | | return Height - (650 - 403) |
| | | } else { |
| | | return Height - 650 |
| | | } |
| | | }, |
| | | async reCall(row) { |
| | | if (await this.$tip.confirm('确定要进行撤回吗?')) { |