提交 ab0e1267 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/jq' into 'release'

Feature/jq

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!134
...@@ -35,14 +35,14 @@ ...@@ -35,14 +35,14 @@
placeholder="请输入备注信息" placeholder="请输入备注信息"
></el-input> --> ></el-input> -->
<el-select style="width: 135%" allow-create filterable default-first-option size="small" v-model="model.statusRemark" placeholder="请选择备注信息"> <el-select @blur="getBlurData" style="width: 135%" allow-create filterable default-first-option size="small" v-model="model.statusRemark" placeholder="请选择备注信息">
<el-option <el-option
v-for="item in rematchingOptions" v-for="item in rematchingOptions"
:key="item" :key="item"
:label="item" :label="item"
:value="item"> :value="item">
</el-option> </el-option>
</el-select> </el-select>
</el-col> </el-col>
</el-form-item> </el-form-item>
</el-form> </el-form>
...@@ -136,16 +136,19 @@ export default { ...@@ -136,16 +136,19 @@ export default {
this.model.statusRemark = ""; this.model.statusRemark = "";
this.$emit("update:rematchingVisible", false); this.$emit("update:rematchingVisible", false);
}, },
getBlurData(e){
this.model.statusRemark = e.target.value
}
}, },
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.message{ .message{
color: #f56c6c; color: #f56c6c;
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
margin-bottom: 30px; margin-bottom: 30px;
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册