|
@@ -333,7 +333,7 @@
|
|
|
<el-input style="float:left;" v-if="user.userNameNeedTranslate != 1" v-model="searchWord" class="input-with-select" :placeholder="$t('pleaseenterstaffsearch')" clearable="true" size="small">
|
|
|
<el-button slot="append" @click="statistical()" icon="el-icon-search"></el-button>
|
|
|
</el-input>
|
|
|
- <selectCat v-if="user.userNameNeedTranslate == 1" :size="'small'" :widthStr="'240'" :subject="users" :subjectId="addForm.ownerId" :distinction="'11'" :disabled="false" @selectCal="selectCal" :clearable="true"></selectCat>
|
|
|
+ <selectCat v-if="user.userNameNeedTranslate == 1" :size="'small'" :widthStr="'240'" :subject="users" :distinction="'11'" :disabled="false" @selectCal="selectCal" :clearable="true"></selectCat>
|
|
|
</div>
|
|
|
<div style="display: inline-block;width: 700px;margin-left: 100px">
|
|
|
<span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">{{ $t('message.period') }}</span>
|
|
@@ -929,9 +929,9 @@ export default {
|
|
|
this.ownerIdsId = obj.id
|
|
|
} else if(obj.distinction == '11') {
|
|
|
if(obj.name != this.$t('defaultText.pleaseChoose')) {
|
|
|
- this.keyword = obj.name
|
|
|
+ this.searchWord = obj.name
|
|
|
} else {
|
|
|
- this.keyword = ''
|
|
|
+ this.searchWord = ''
|
|
|
}
|
|
|
this.statistical()
|
|
|
}
|