wente
2023-11-17 d3435db0a892ba9b7ecd10b6a0f522b0798bf978
web/src/views/modules/project/Project-select.vue
@@ -1,5 +1,5 @@
<template>
  <zt-dialog ref="dialog" column="2">
  <zt-dialog ref="dialog" column="2" :hasConfirm="false">
    <el-card shadow="never" class="aui-card--fill">
      <div class="mod-project-project}">
        <zt-table-wraper ref="tableObj" query-url="/project/Project/page" delete-url="/project/Project" v-slot="{ table }">
@@ -29,7 +29,7 @@
          <el-table v-loading="table.dataLoading"
                    :data="table.dataList"
                    height="100px"
                    v-adaptive="{bottomOffset:70}"
                    v-adaptive="{bottomOffset:120}"
                    @row-dblclick="selectedProject"
                    border @selection-change="table.selectionChangeHandle">
            <el-table-column type="selection" align="center" width="40"/>
@@ -70,7 +70,9 @@
    methods: {
      init(tableName) {
        this.dataForm.tableName = tableName
        this.$refs.tableObj.query()
        this.$nextTick(()=>{
          this.$refs.tableObj.query()
        })
        // console.log(this.dataForm,'this.dataForm')
      },
      async selectedProject(row) {