yz3456
2024-05-30 a27ffbdd8353c381312839a0c00ae7444c7a381c
ruoyi-ui/src/views/meeting/approve.vue
@@ -176,21 +176,21 @@
        meetingList: [],
        formDat:{
          id: undefined,
          title: undefined,
          place: undefined,
          conPeople: undefined,
          partPeople: undefined,
          applyPerson: undefined,
          applyApart: undefined,
          startTime: undefined,
          endTime: undefined,
          happenStartTime: undefined,
          happenEndTime: undefined,
          isPlacebrand: undefined,
          connPerson: undefined,
          connPhone: undefined,
          // title: undefined,
          // place: undefined,
          // conPeople: undefined,
          // partPeople: undefined,
          // applyPerson: undefined,
          // applyApart: undefined,
          // startTime: undefined,
          // endTime: undefined,
          // happenStartTime: undefined,
          // happenEndTime: undefined,
          // isPlacebrand: undefined,
          // connPerson: undefined,
          // connPhone: undefined,
          statu: undefined,
          createTime: undefined
          // createTime: undefined
        },
      queryParams: {
        pageNum: 1,
@@ -227,6 +227,7 @@
  },
  methods: {
    agree(row){
      // console.log(row,'rowrowrow')
      this.formDat1.id = row.id
      this.formDat1.statu = 1
      // this.$refs['elForm'].validate(valid => {
@@ -271,7 +272,7 @@
        this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1]
      listMeeting2(this.queryParams).then(response => {
          this.meetingList = response.data.data;
          // console.log(this.meetingList,'meetingmeeting')
          this.total = response.data.total;
          this.loading = false;
        }