瀏覽代碼

切换药房,代煎 & 配送标志取值

fix: e2b7dc901df39e0a0b85f55267e0eeda63a8b7e8
cc12458 1 年之前
父節點
當前提交
ae0ece8203
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/utils/minix/prescribing.js

+ 3 - 1
src/utils/minix/prescribing.js

@@ -146,11 +146,13 @@ export default {
             this.isShowDj = isShowDj
             this.isShowPs = isShowPs
 
-            if (!this.isShowDj) this.isPs = 1;
             this.openAddress()
 
         },
         openAddress() {
+            if (!this.isShowPs) this.isPs = 1;
+            if (!this.isShowDj) this.isDaiJian = 2;
+
             if (this.isShowDj || this.isShowPs) {
                 this.showAddress = true;