| | |
| | | |
| | | <template> |
| | | <el-table border v-loading="loading" :data="orderList" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="40px" align="center" fixed="left" /> |
| | | <!-- <el-table-column type="selection" width="40px" align="center" fixed="left" /> --> |
| | | <!-- <el-table-column label="主键id" align="center" prop="orderId" /> --> |
| | | <!-- <el-table-column label="用户id" align="center" prop="userId" /> --> |
| | | <el-table-column label="序号" align="center" prop="newID" width="50px" fixed="left" /> |
| | |
| | | } |
| | | /** 查询部门下拉树结构 */ |
| | | projectGetList().then((response) => { |
| | | this.Treedata = response.data; |
| | | this.Treedata = response.data.list; |
| | | }); |
| | | this.Projectopen = true; |
| | | this.title = "补录项目"; |