doum
13 小时以前 25538c1063d1e9a2d8dac1b813d43e7d8fb18e3f
admin/src/components/business/OperaActivityWindow.vue
@@ -6,7 +6,7 @@
    :confirm-working="isWorking"
    @confirm="confirm"
  >
    <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" inline>
    <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" >
      <el-form-item label="活动标题" prop="name">
        <el-input v-model="form.name" placeholder="请输入活动标题" v-trim/>
      </el-form-item>
@@ -178,7 +178,7 @@
      }
    }
    return {
      type: '0',
      isUploading: false,
      searchLoading: false,
@@ -249,7 +249,7 @@
      this.orgs = []
      this.applyTime = []
      this.activityTime = []
      // 新建
      if (target == null) {
        this.$nextTick(() => {
@@ -278,7 +278,7 @@
      this.form.imgurl = file.imgurl;
      this.form.imgurlfull = file.imgurlfull;
    },
    selectApplyTime(v) {
      if (!v) {
        this.form.signStarttime = ''
@@ -316,7 +316,7 @@
            } else {
              this.shops = res.records
            }
          })
          .finally(() => {
            this.searchLoading = false