|
@@ -2535,6 +2535,7 @@ export default {
|
|
|
|
|
|
|
|
// 切换中药类型时 切换 药房 获取 药品里面有没有这条数据
|
|
// 切换中药类型时 切换 药房 获取 药品里面有没有这条数据
|
|
|
async changePharmacy(type, val) {
|
|
async changePharmacy(type, val) {
|
|
|
|
|
+ // TODO 此处 if 不会调用 触发在 [this.$emit("updateDp", res.Data)](src/components/ChineseMedicine.vue:2831)
|
|
|
if (this.recipe_tabs[this.recipe_tabs_c].radio == val) {
|
|
if (this.recipe_tabs[this.recipe_tabs_c].radio == val) {
|
|
|
this.$parent.openAddress();
|
|
this.$parent.openAddress();
|
|
|
return;
|
|
return;
|