[update] 市场法规清单发布流程
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
selectOnly
|
||||
:name-str="formInline.manifestNo"
|
||||
:placeholder="$t('pleaseSelect') + $t('listNumber')"
|
||||
@listChange="listChange"
|
||||
:filters="{manifestStatus: '2,3'}"
|
||||
v-model="formInline.manifestId" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -412,8 +414,8 @@ export default {
|
||||
// 版本号
|
||||
formInline.manifestVersion = result.manifestVersion
|
||||
// 国家/地区
|
||||
if (formInline.country) {
|
||||
formInline.country = formInline.country.split(',').map(item => {
|
||||
if (result.country) {
|
||||
formInline.country = result.country.split(',').map(item => {
|
||||
return { value: item }
|
||||
})
|
||||
}
|
||||
@@ -424,6 +426,7 @@ export default {
|
||||
}
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
this.isGetDataAfter = true
|
||||
let manifestVersion = ''
|
||||
if (this.formInline.manifestVersion) {
|
||||
manifestVersion = this.getStringBetween(this.formInline.manifestVersion, 'V', '.')
|
||||
|
||||
Reference in New Issue
Block a user