| | |
| | | <template> |
| | | <div class="body"> |
| | | <el-dialog |
| | | v-diadrag |
| | | width="60%" |
| | |
| | | :uploadInfo="uploadInfo" |
| | | :prelang="prelang" |
| | | :options="options" |
| | | :bottomOffset="350" |
| | | :bottomOffset="150" |
| | | :ajaxFun="ajaxFun" |
| | | :paramObj="paramObj" |
| | | :isShowPagination="false" |
| | |
| | | <el-button type="primary" @click="saveSelectRow">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import ttable from '@/views/common/ztt-table' |
| | |
| | | return { |
| | | ajaxFun: chooseIFS, |
| | | innerVisible: false, |
| | | listLoading: true, |
| | | currentRow: null, |
| | | multipleSelection: [], |
| | | uploadInfo: { |
| | |
| | | this.innerVisible = this.currshowlist |
| | | if (this.currshowlist) { |
| | | this.$nextTick(() => { |
| | | // this.table.data=[] |
| | | this.getData() |
| | | }) |
| | | } |
| | |
| | | margin-top: 0px; |
| | | margin-bottom: 5px; |
| | | } |
| | | /* @media screen and (max-width: 800px) { |
| | | .el-dialog { |
| | | height: 600px !important; |
| | | } |
| | | } */ |
| | | </style> |
| | | |