| | |
| | | <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> |
| | |
| | | this.$emit('resetForm') |
| | | } |
| | | this.handlunPassLoading = false |
| | | }).catch(error => { |
| | | console.error(error) |
| | | this.handlunPassLoading = false |
| | | }) |
| | | } else { |
| | | console.log('error submit!!'); |