92a29bbb by 任超

style:家庭房产

1 parent bef25edc
...@@ -97,12 +97,6 @@ export default { ...@@ -97,12 +97,6 @@ export default {
97 this.myValue = val; 97 this.myValue = val;
98 let that = this 98 let that = this
99 if (val) { 99 if (val) {
100 this.form.sqrList = []
101 this.form.qlrList = []
102 this.isSearch = false
103
104 console.log(this.form, 'this.formthis.formthis.formthis.form')
105
106 if (this.sqcxBsm == "") { 100 if (this.sqcxBsm == "") {
107 that.add("sqr"); 101 that.add("sqr");
108 that.add("qlr"); 102 that.add("qlr");
...@@ -127,6 +121,9 @@ export default { ...@@ -127,6 +121,9 @@ export default {
127 }, 121 },
128 methods: { 122 methods: {
129 closeDialog () { 123 closeDialog () {
124 this.form.sqrList = []
125 this.form.qlrList = []
126 this.isSearch = false
130 this.$emit("input", false); 127 this.$emit("input", false);
131 }, 128 },
132 loadData () { 129 loadData () {
......