Commit cd716428 authored by linxin's avatar linxin

add

parent c265ed10
......@@ -556,6 +556,8 @@ export default {
vm.saveInfo[i] = 'N'
} else if (i === 'bp_id') {
vm.saveInfo[i] = window.localStorage.bp_id_tenant
} else if (i === 'bp_class') {
vm.saveInfo[i] = window.localStorage.bp_class_tenant
}
// vm.saveInfo['project_id'] = window.localStorage.project_id // 重新赋值,防止缓存
})
......@@ -565,6 +567,7 @@ export default {
vm.getBaseInfo()
}, 0)
} else if (from.name === 'ContractCreateList' && vm.status === 'false') {
vm.saveInfo.bp_class = window.localStorage.bp_class_tenant
vm.fromPutted = false
vm.saveInfo.bp_id = vm.$route.params.bp_id
vm.project_status = vm.$route.params.project_status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment