Ver código fonte

医疗用品档案 修改

zxr 2 anos atrás
pai
commit
f5abddfd1e
1 arquivos alterados com 1 adições e 1 exclusões
  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.open = true;
         this.title = "修改药品库存档案";
-        this.disabled = true;
+        this.disabled = false;
       });
     },
     /** 提交按钮 */