| | |
| | | v-model:limit="queryParams.pageSize" |
| | | @pagination="getList" |
| | | /> |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="dialogVisible = false" size="default">取 消</el-button> |
| | | <el-button type="primary" @click="onSubmit" size="default" v-preReClick>确认</el-button> |
| | | </span> |
| | | </template> |
| | | <!-- <template #footer>--> |
| | | <!-- <span class="dialog-footer">--> |
| | | <!-- <el-button @click="dialogVisible = false" size="default">取 消</el-button>--> |
| | | <!-- <el-button type="primary" @click="onSubmit" size="default" v-preReClick>确认</el-button>--> |
| | | <!-- </span>--> |
| | | <!-- </template>--> |
| | | </el-dialog> |
| | | <project-dialog ref="projectRef" @getList="getList"></project-dialog> |
| | | </div> |
| | |
| | | |
| | | const handleSelectionChange = (val) => { |
| | | data.selected = val |
| | | if(data.selected.length>0){ |
| | | emit('getName',data.title,data.selected[data.selected.length - 1]) |
| | | data.dialogVisible = false |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | const search = ()=>{ |