Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user