update 企标稽查计划

This commit is contained in:
danshihao
2023-11-22 11:53:14 +08:00
parent e006798d74
commit 12631c2eec
6 changed files with 40 additions and 26 deletions
@@ -2,7 +2,7 @@
<div class="selection-wrapper">
<div class="box-title-text">
<a-input class="box-input" v-model="textVals" :title="textVals"
:disabled="disabledInput" readonly :placeholder="placeholder">
:disabled="disabledInput" :placeholder="placeholder">
<a-icon v-if="storeVals" slot="suffix" type="close-circle" @click="handleEmpty" title="清空"/>
</a-input>
<a-button v-if="!disabled" type="primary" class="button-box" @click="workGroupClick">
@@ -62,10 +62,10 @@ export default {
default: true,
required: false
},
// 自定义返回字段,默认返回 id
// 自定义返回字段,默认返回 name
customReturnField: {
type: String,
default: ''
default: 'name'
},
backDepart: {
type: Boolean,
@@ -156,9 +156,6 @@ export default {
this.$emit('change', this.storeVals)
this.backDepartInfo()
},
getDepartNames () {
return this.departNames
},
handleEmpty () {
this.handleOK('')
},