qinxianzhangyao
2023-10-19 ceb611ede1ca3988d731adffee433a1a7bcd442b
src/views/hosp/fuzhen/index.vue
@@ -46,7 +46,7 @@
    <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" />
@@ -723,7 +723,7 @@
      }
      /** 查询部门下拉树结构 */
      projectGetList().then((response) => {
        this.Treedata = response.data;
        this.Treedata = response.data.list;
      });
      this.Projectopen = true;
      this.title = "补录项目";