liukangdong
2024-10-18 a2746876e81443d52bc4cb6f35bf8554741a6b4c
admin/src/components/business/OperaCarUseBookWindow.vue
@@ -244,16 +244,12 @@
    },
    agreeOpen () {
      this.isShowProblem = true
      this.dealForm = {
        driveId: null,
        checkInfo: null
      }
      this.$set(this.dealForm, 'checkInfo', '')
      this.loadMemberList()
    },
    jectOpen () {
      this.isBackProblem = true
      this.dealForm = {
        driveId: null,
      this.backForm = {
        checkInfo: null
      }
    },