浏览代码

技术档案以及慢病优化

hsh 10 月之前
父节点
当前提交
bc48120a61

+ 1 - 1
src/views/clinic/chronicDisease/ChronicDiseaseRegister.vue

@@ -198,7 +198,7 @@
               <el-row>
                 <el-col :span="24">
                   <el-form-item label="患者重点随访监测事项" prop="pComment">
-                    <el-input v-model="ruleForm.pComment" maxlength="50" show-word-limit
+                    <el-input v-model="ruleForm.pComment" maxlength="500" show-word-limit
                               placeholder="请填写患者重点随访监测事项"/>
                   </el-form-item>
                 </el-col>

+ 2 - 1
src/views/technology-archives/TechnologyArchivesCore.vue

@@ -334,6 +334,7 @@ const queryTechnologyArchivesMainDict = () => {
 
 let fqxList = ref([])
 let zqxList = ref([])
+const zqx1List = ref([])
 // 父权限
 const queryDict1ByCode = () => {
   selectDictByCode('t_pp')
@@ -351,13 +352,13 @@ const queryDict2ByCode = () => {
     .then((res) => {
       if(res){
         zqxList.value = res
+        zqx1List.value = res
       } else {
         zqxList.value = []
       }
     })
 }
 // 父权限变更
-const zqx1List = ref([])
 const fqxChange = (row) => {
   if(row.name){
     zqx1List.value = zqxList.value.filter((item) => {

+ 1 - 1
src/views/technology-archives/TechnologyArchivesSearch.vue

@@ -85,7 +85,7 @@ onMounted(() => {
 })
 const typeList = ref([])
 const queryAcType = () => {
-  selectTechnologyArchivesType("1")
+  selectTechnologyArchivesType("all")
     .then((res) => {
       if(res){
         typeList.value = res.taList