Browse Source

新列表自定义下拉框

zhouhao 2 năm trước cách đây
mục cha
commit
ebe9bb87e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {