update 国内、企标查看标准分解单

This commit is contained in:
赵霄
2023-10-19 18:10:00 +08:00
parent b8ce912002
commit 9a3adf5b07
4 changed files with 26 additions and 8 deletions
@@ -39,7 +39,11 @@ export default {
open (id) {
this.visible = true
this.$nextTick(() => {
this.$refs.resolutionSheet.splitId = id
const ids = id.split(',')
this.$refs.resolutionSheet.queryParams = {
id: ids[0],
publishBeforeId: ids[1]
}
this.$refs.resolutionSheet.initClauseFieldList()
this.$refs.resolutionSheet.initDetailInfo()
})