src/views/patient/medtechnician/SpecializedService.vue
@@ -158,7 +158,7 @@ <el-table v-loading="loading" :data="userList" height="660" height="808" :row-class-name="tableRowClassName" @selection-change="handleSelectionChange" > @@ -241,8 +241,8 @@ <el-table-column label="随访人员" align="center" key="createBy" prop="createBy" key="updateBy" prop="updateBy" width="120" /> <el-table-column @@ -755,6 +755,7 @@ pageNum: 1, pageSize: 10, serviceType: 2, sendstate:2, searchscope: 2, }, propss: { multiple: true }, @@ -954,6 +955,7 @@ pageSize: 10, serviceType: 2, searchscope: 2, sendstate:2, }; this.handleQuery(); },