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