[update] 市场法规清单发布流程
This commit is contained in:
+1
-2
@@ -133,8 +133,7 @@ const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
|
|||||||
const getStandardList = (params) => getAction('/laws/standard/common/getManyStandardSelectionBox', params)
|
const getStandardList = (params) => getAction('/laws/standard/common/getManyStandardSelectionBox', params)
|
||||||
|
|
||||||
// 市场法规清单选择框,分页查询数据(无权限)
|
// 市场法规清单选择框,分页查询数据(无权限)
|
||||||
// todo 需要换没权限的
|
const getMarketRegulationsList = (params) => getAction('/laws/marketStandard/queryPageListByOther', params)
|
||||||
const getMarketRegulationsList = (params) => getAction('/laws/marketStandard/page', params)
|
|
||||||
|
|
||||||
// 内部工作组,左侧树查询
|
// 内部工作组,左侧树查询
|
||||||
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)
|
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
selectOnly
|
selectOnly
|
||||||
:name-str="formInline.manifestNo"
|
:name-str="formInline.manifestNo"
|
||||||
:placeholder="$t('pleaseSelect') + $t('listNumber')"
|
:placeholder="$t('pleaseSelect') + $t('listNumber')"
|
||||||
|
@listChange="listChange"
|
||||||
|
:filters="{manifestStatus: '2,3'}"
|
||||||
v-model="formInline.manifestId" />
|
v-model="formInline.manifestId" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
@@ -412,8 +414,8 @@ export default {
|
|||||||
// 版本号
|
// 版本号
|
||||||
formInline.manifestVersion = result.manifestVersion
|
formInline.manifestVersion = result.manifestVersion
|
||||||
// 国家/地区
|
// 国家/地区
|
||||||
if (formInline.country) {
|
if (result.country) {
|
||||||
formInline.country = formInline.country.split(',').map(item => {
|
formInline.country = result.country.split(',').map(item => {
|
||||||
return { value: item }
|
return { value: item }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -424,6 +426,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
this.isGetDataAfter = true
|
||||||
let manifestVersion = ''
|
let manifestVersion = ''
|
||||||
if (this.formInline.manifestVersion) {
|
if (this.formInline.manifestVersion) {
|
||||||
manifestVersion = this.getStringBetween(this.formInline.manifestVersion, 'V', '.')
|
manifestVersion = this.getStringBetween(this.formInline.manifestVersion, 'V', '.')
|
||||||
|
|||||||
Reference in New Issue
Block a user