Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

XMLWAN 2 years ago
parent
commit
2fff002ce2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/xt_pages/outpatientTool/yidiClear.vue

+ 2 - 0
src/xt_pages/outpatientTool/yidiClear.vue View File

@@ -11,6 +11,7 @@
11 11
         <el-date-picker
12 12
             v-model="month"
13 13
             type="month"
14
+            value-format="yyyy-MM"
14 15
             placeholder="选择年月">
15 16
         </el-date-picker>
16 17
       </div>
@@ -93,6 +94,7 @@ export default {
93 94
   methods: {
94 95
     getYidiClear(){
95 96
       var that = this;
97
+      console.log(this.month)
96 98
       let params = {
97 99
         'year':this.month.split("-")[0],
98 100
         'month':this.month.split("-")[1],