yz3456
2024-07-09 32148fb89c6cbedc24aaf9cb93a215a6cc665f2b
ruoyi-ui/src/views/meeting/meetingInfo.vue
@@ -95,7 +95,7 @@
              </el-form-item>
            </el-cow>
            <el-cow>
              <el-form-item label="是否拜访水牌" prop="isPlacebrand" label-width="120px"
              <el-form-item label="是否摆放水牌" prop="isPlacebrand" label-width="120px"
                style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
                <el-select v-model="formData.isPlacebrand" placeholder="请选择 " clearable :style="{width: '100%'}"
                  :disabled="dsb">
@@ -248,7 +248,7 @@
          }],
          isPlacebrand: [{
            required: true,
            message: '请选择是否拜访水牌',
            message: '请选择是否摆放水牌',
            trigger: 'blur'
          }],
          connPerson: [{
@@ -383,6 +383,7 @@
        this.$refs['elForm'].validate(valid => {
          if (valid) {
            if (this.formData.id != undefined) {
              this.formData.statu = 3
              updateMeeting(this.formData).then(response => {
                this.$modal.msgSuccess("修改成功");
                // if (this.formData.status == 1)