whj 1 年間 前
コミット
9ef9ec5507
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/store/outstoreform/OutStoreFormYY.vue

+ 2 - 1
src/views/store/outstoreform/OutStoreFormYY.vue

@@ -220,7 +220,8 @@ export default {
   },
   created () {
     // 下拉框map
-    this.deptYYMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.OUT_STORE_FORM_DEPT_CODE)
+    this.deptYYMap = { ...this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.OUT_STORE_FORM_DEPT_CODE), ...this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.SBB) }
+    // console.log(this.deptYYMap)
     if (this.outFlag === 1) {
       this.typeMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.OUT_STORE_FORM_TYPE)
     } else {