瀏覽代碼

情况计划日期先取消

pm 8 月之前
父節點
當前提交
65be6706de
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) => {