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

This commit is contained in:
宋伟佳
2021-11-21 16:11:31 +08:00
4 changed files with 35 additions and 7 deletions
@@ -3024,7 +3024,13 @@
this.$refs['relatedTermsSelect'].handleSubmit(() => {
this.selectSarStandItems()
this.btnLoading = false
this.$message({
message: '关联成功',
type: 'success'
});
})
},
closeRelatedTermsDrawer() {
this.$refs['relatedTermsDrawer'].closeDrawer()
@@ -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"