zouyu
2 天以前 72780bc3f7a4b47ebba49f28f4ffe219c14349ba
src/views/business/unpass/components/unPassDialog.vue
@@ -70,7 +70,7 @@
          <el-row >
            <el-col :span="12">
              <el-form-item label="分类" prop="classification">
                <el-select style="width:100%" v-model="unPassForm.classification" :disabled="type === 'view' || !unPassForm.id" size="small" placeholder="请选择">
                <el-select style="width:100%" v-model="unPassForm.classification" disabled size="small" placeholder="请选择">
                  <el-option v-for="item in classificationOptions" :key="item.value" :label="item.label"
                             :value="item.value"></el-option>
                </el-select>
@@ -247,6 +247,9 @@
              this.$emit('resetForm')
            }
            this.handlunPassLoading = false
          }).catch(error => {
            console.error(error)
            this.handlunPassLoading = false
          })
        } else {
          console.log('error submit!!');