Explorar el Código

医疗用品档案 修改

zxr hace 2 años
padre
commit
f5abddfd1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/medicalhealth/bdgldurgarchives/index.vue

+ 1 - 1
src/views/medicalhealth/bdgldurgarchives/index.vue

@@ -421,7 +421,7 @@ export default {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
         this.title = "修改药品库存档案";
         this.title = "修改药品库存档案";
-        this.disabled = true;
+        this.disabled = false;
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */