update 国内、企标查看标准分解单
This commit is contained in:
+5
-1
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user