style:家庭房产
Showing
1 changed file
with
3 additions
and
6 deletions
... | @@ -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 () { | ... | ... |
-
Please register or sign in to post a comment