Browse Source

Merge branch 'xiaoqin' into mergeBranch

codeMan 2 years ago
parent
commit
f8f21048e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/HManagement/submit/index.vue

+ 2 - 2
src/HManagement/submit/index.vue

@@ -101,8 +101,8 @@ export default {
         {label:'发布',value:'发布'},
       ],
       typeList:[
-        {label:'一事一报',value:'0'},
-        {label:'一事多报',value:'1'},
+        {label:'一事一报',value:'1'},
+        {label:'一事多报',value:'0'},
       ],
       status:'',
       type:''