92a29bbb by 任超

style:家庭房产

1 parent bef25edc
......@@ -97,12 +97,6 @@ export default {
this.myValue = val;
let that = this
if (val) {
this.form.sqrList = []
this.form.qlrList = []
this.isSearch = false
console.log(this.form, 'this.formthis.formthis.formthis.form')
if (this.sqcxBsm == "") {
that.add("sqr");
that.add("qlr");
......@@ -127,6 +121,9 @@ export default {
},
methods: {
closeDialog () {
this.form.sqrList = []
this.form.qlrList = []
this.isSearch = false
this.$emit("input", false);
},
loadData () {
......