[update] 禅道bug
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
v-model='form.paramsName' :placeholder="$t('pleaseEnter')+$t('ParameterName')" />
|
v-model='form.paramsName' :placeholder="$t('pleaseEnter')+$t('ParameterName')" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span='6'>
|
<a-col :span='6' style='margin-top: 5px'>
|
||||||
<a-button class='box-button' type='primary' @click='searchQuery'>{{ $t('query') }}</a-button>
|
<a-button class='box-button' type='primary' @click='searchQuery'>{{ $t('query') }}</a-button>
|
||||||
<a-button class='box-button' style='margin-left: 8px' @click='searchReset'>{{ $t('reset') }}</a-button>
|
<a-button class='box-button' style='margin-left: 8px' @click='searchReset'>{{ $t('reset') }}</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@@ -237,7 +237,7 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('standard')">{{$t('standard')}}</span>
|
:title="$t('standard')">{{$t('standard')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="paramsNumber">
|
<a-form-model-item class="itemModel">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="item.paramsNumber"
|
v-model="item.paramsNumber"
|
||||||
@@ -251,7 +251,7 @@
|
|||||||
<span class="Required">*</span>
|
<span class="Required">*</span>
|
||||||
<span class="title-text-text" :title="$t('ParameterName')">{{$t('ParameterName')}}</span>
|
<span class="title-text-text" :title="$t('ParameterName')">{{$t('ParameterName')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="paramsName">
|
<a-form-model-item class="itemModel">
|
||||||
<a-input class="box-input"
|
<a-input class="box-input"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="item.paramsName"
|
v-model="item.paramsName"
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('ParameterDescription')">{{$t('ParameterDescription')}}</span>
|
:title="$t('ParameterDescription')">{{$t('ParameterDescription')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="description">
|
<a-form-model-item class="itemModel">
|
||||||
<a-input class="box-input add-input"
|
<a-input class="box-input add-input"
|
||||||
style='height: 95px; width: 100%'
|
style='height: 95px; width: 100%'
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@@ -495,6 +495,9 @@ export default {
|
|||||||
this.formInline = {...this.formInline}
|
this.formInline = {...this.formInline}
|
||||||
this.contentListed = [] // 防止编辑数据带出
|
this.contentListed = [] // 防止编辑数据带出
|
||||||
this.contentList = []
|
this.contentList = []
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs['ruleForm'].clearValidate()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
editModel(value) {
|
editModel(value) {
|
||||||
this.contentListed = []
|
this.contentListed = []
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<div class="table-operator">
|
<div class="table-operator">
|
||||||
<div @click="handleAdd" class="operator-text" v-has="'params:paramsInfo:add'">
|
<div @click="handleAdd" class="operator-text" v-has="'params:paramsInfo:add'">
|
||||||
<a-icon type="plus"/>
|
<a-icon type="plus"/>
|
||||||
{{$t('add')}}
|
{{$t('newlyAdded')}}
|
||||||
</div>
|
</div>
|
||||||
<div @click="handleExport" class="operator-text" v-has="'params:paramsInfo:import'">
|
<div @click="handleExport" class="operator-text" v-has="'params:paramsInfo:import'">
|
||||||
<a-icon type="export" :rotate="-90"/>
|
<a-icon type="export" :rotate="-90"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user