Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
21 changed files
with
365 additions
and
251 deletions
-
Please register or sign in to post a comment
... | ... | @@ -47,7 +47,7 @@ export default { |
}, | ||
border: { | ||
type: Boolean, | ||
default: false, | ||
default: true, | ||
}, | ||
showHeader: { | ||
type: Boolean, | ||
... | ... |
... | ... | @@ -130,7 +130,6 @@ export default { |
} | ||
}, | ||
queryChick () { | ||
debugger; | ||
this.addJtfc.djSqcxDO = { ...this.ruleForm } | ||
// this.$message({ | ||
// type: 'success', | ||
... | ... |
... | ... | @@ -118,7 +118,7 @@ export default { |
handleLpbClick (item) { | ||
this.$popup('楼盘表', 'components/bjlp/index', { | ||
width: '90%', | ||
height: "90%", | ||
height: "92%", | ||
formData: { | ||
bsm: '' | ||
} | ||
... | ... |