ソースを参照

Merge branch 'master_bug' into develop

zhouhao 2 年 前
コミット
2556b6c29f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/template/template-page-1.vue

+ 1 - 1
src/components/template/template-page-1.vue

@@ -112,7 +112,7 @@ export default {
 
   methods: {
     getDictCode(params) {
-    
+      this.codeGather = {}
       commonDict(params).then(res => {
         if (res.data.length) {
           res.data.map(item => {