[update] 新法规导入流程
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
:value="nameStr || value"
|
||||
:title="value"
|
||||
disabled
|
||||
:max-length="500"
|
||||
:placeholder="placeholder">
|
||||
:max-length="500">
|
||||
</a-input>
|
||||
<a-button type="primary" class="button-box" @click="standardClick">
|
||||
{{ $t('lookDetail') }}
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
:tree-data="countryOptions"
|
||||
tree-checkable
|
||||
treeCheckStrictly
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -245,7 +246,7 @@ export default {
|
||||
// 拿到外面传进来的businessInfoDTO
|
||||
initData (data) {
|
||||
// 给表单赋值
|
||||
data.applicableMarket = data.applicableMarket.map(item => {
|
||||
data.applicableMarket = data.applicableMarket.split(',').map(item => {
|
||||
return { value: item }
|
||||
})
|
||||
this.formInline = Object.assign({}, data)
|
||||
|
||||
Reference in New Issue
Block a user