jiangping
2024-10-28 8ab8088e11c13689856d70669ce18047d1317321
company/src/components/business/OperaApplyChangeMonthWindow.vue
@@ -84,11 +84,12 @@
export default {
  name: 'OperaApplyChangeMonthWindow',
  extends: BaseTable,
  components: { TableLayout ,GlobalWindow},
  components: { TableLayout , GlobalWindow },
  data () {
    return {
      // 搜索
      visible:false,
      confirmWorking:false,
      title: '',
      searchForm: {
        status: '',
@@ -112,6 +113,7 @@
    })
  },
  methods: {
    confirm(){},
    open(title,taget){
      this.searchForm.applyId = taget.id
      this.title = title + "-" + taget.solutionsName