“linengliang”
2023-09-14 c887bb7836b82573c0bc7d11b8dd46b4d7e522e1
src/views/eam/PredictiveWorkPlanList.vue
@@ -393,7 +393,8 @@
        this.selectionRows = []
        this.planId = ''
        this.equipmentId = ''
        this.isAdd = false
        this.isAdd = falses
      },
      handleDelete: function(id) {
        if (!this.url.delete) {
@@ -452,7 +453,7 @@
        const that = this
        that.confirmLoading = true
        this.$confirm({
          title: '日常保养标准版本生效!',
          title: '版本生效!',
          content: '提示:版本生效后上一版本将自动失效,请谨慎操作!',
          okText: '确认',
          cancelText: '取消',
@@ -474,10 +475,6 @@
          }
        })
      },
      searchReset() {
        this.loadData(1)
      }
    }
  }
</script>