Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2021-11-21 16:20:58 +08:00
4 changed files with 10 additions and 3 deletions
@@ -12,6 +12,7 @@
:placeholder="placeholder"
:disabled="disabled"
clearable
filterable
@change="handleChange"
>
<el-option
@@ -3024,7 +3024,13 @@
this.$refs['relatedTermsSelect'].handleSubmit(() => {
this.selectSarStandItems()
this.btnLoading = false
this.$message({
message: '关联成功',
type: 'success'
});
})
},
closeRelatedTermsDrawer() {
this.$refs['relatedTermsDrawer'].closeDrawer()
-1
View File
@@ -1071,7 +1071,6 @@ export default {
}
.more {
width: 100%;
margin-top: 30px;
/deep/ .el-input__inner {
width: 155px;
@@ -659,7 +659,8 @@
:disabled="formdisableflag"
></custom-textarea>
</template>
<template v-else-if="field.attrType === 'SEL_OPTION'">
<!-- 起草单位-->
<template v-else-if="field.attrType === 'SEL_OPTION' || field.attrType === 'SEL_OPTS' ">
<template>
<custom-select
:key="field.attrField"
@@ -4842,7 +4843,7 @@ export default {
}
}
if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ' || item.attrField === 'BYYBJ' || item.attrField === 'CBBH') {
rule.push({validator: this.verify.validateStandardItem, trigger: 'blur'})
// rule.push({validator: this.verify.validateStandardItem, trigger: 'blur'})
}
if (rule.length > 0) {
rules[item.attrField] = rule