wente
2023-11-29 3e800b5efbd282370d02cdc0773811fa77359b67
web/src/views/modules/sys/task/stay-task.vue
@@ -6,7 +6,7 @@
      <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;'
@@ -182,13 +182,9 @@
          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('确定要进行撤回吗?')) {