新建多幢传入zdbsm
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -286,7 +286,7 @@ export default { | ... | @@ -286,7 +286,7 @@ export default { |
286 | //todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm | 286 | //todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm |
287 | this.$refs['ruleForm2'].validate((valid) => { | 287 | this.$refs['ruleForm2'].validate((valid) => { |
288 | if (valid) { | 288 | if (valid) { |
289 | this.ruleForm2.zdbsm = this.$store.state.rightClickZdbsm != '' ? this.$store.state.rightClickZdbsm : ''; | 289 | this.ruleForm2.zdbsm = this.$store.state.zdbsm != '' ? this.$store.state.zdbsm : ''; |
290 | insertDzjbxx(this.ruleForm2) | 290 | insertDzjbxx(this.ruleForm2) |
291 | .then((res) => { | 291 | .then((res) => { |
292 | if (res.code == "200") { | 292 | if (res.code == "200") { | ... | ... |
-
Please register or sign in to post a comment