Commit 0bb3f9c4 authored by linxin's avatar linxin

修改合同创建bug

parent 3190faa8
......@@ -397,6 +397,7 @@ export default {
if (vm.fromPage === 'sale') {
vm.fromList = false
vm.isReadOnly = false
vm.rentInfoQuery()
} else if (vm.fromPage === 'list') {
if (window.localStorage.contractReadonly === 'true') {
vm.isReadOnly = true
......
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