Browse Source

情况计划日期先取消

pm 8 months ago
parent
commit
65be6706de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/mes/material/inspectionplan/index.vue

+ 0 - 1
src/views/mes/material/inspectionplan/index.vue

@@ -705,7 +705,6 @@ export default {
       })
     },
     handleFrequencyChange(frequency) {
-      this.autoConfig.planDate = ''
       if (frequency === '月') {
         // 生成 1 到 31 的日期,并将个位数格式化为两位数
         this.planDateOptions = Array.from({ length: 31 }, (_, i) => {