yeguodong 1 month ago
parent
commit
fd89f82453

+ 1 - 1
src/components/settings/permissions/PersonnelInformationEditing.vue

@@ -134,7 +134,7 @@
         />
       </el-form-item>
       <el-form-item prop="doctorYpZl" label="肿瘤药物分级限制">
-        <el-select v-model="userInfo.doctorYpZl" style="width: 120px">
+        <el-select v-model="userInfo.doctorYpZl" clearable style="width: 120px">
           <el-option
             v-for="item in peopleAddData.doctorYpZl"
             :value="item.code"