| | |
| | | <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button> |
| | | </div> |
| | | </div> |
| | | <div class="table"> |
| | | <div class="table" v-if="activeName=='历史记录'"> |
| | | <ValueTable ref="ValueTable" :url="$api.processTotaldeal.pageProcessTotaldeal" |
| | | :componentData="componentData" :key="upIndex"/> |
| | | </div> |
| | |
| | | // this.commonFun(row) |
| | | this.activeName = '填写' |
| | | this.componentData0.entity.totaldealId = row.id |
| | | this.$refs['ValueTable0'].selectList() |
| | | this.$nextTick(()=>{ |
| | | this.$refs['ValueTable0'].selectList() |
| | | }) |
| | | }, |
| | | commonFun(row,callbanck){ |
| | | this.currentInfo = row |