Sfoglia il codice sorgente

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

fix: e2b7dc901df39e0a0b85f55267e0eeda63a8b7e8
cc12458 1 anno fa
parent
commit
ae0ece8203
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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;