feat(create):重置数据
Showing
1 changed file
with
3 additions
and
19 deletions
... | @@ -218,25 +218,9 @@ export default { | ... | @@ -218,25 +218,9 @@ export default { |
218 | methods: { | 218 | methods: { |
219 | // 重置 | 219 | // 重置 |
220 | result(){ | 220 | result(){ |
221 | this.ruleForm={ | 221 | this.$refs['ruleForm'].resetFields() |
222 | djqbsm: "", | 222 | this.$refs["ruleForm1"].resetFields() |
223 | djzqbsm: "", | 223 | this.$refs["ruleForm2"].resetFields() |
224 | syqlxbsm: "", | ||
225 | userbsm: "", | ||
226 | xmmc: "", | ||
227 | xzqbsm: "", | ||
228 | zdtzmbsm: "" | ||
229 | } | ||
230 | this.ruleForm1={ | ||
231 | zdbsm:'', | ||
232 | xmmc:'', | ||
233 | userbsm:'' | ||
234 | } | ||
235 | this.ruleForm2={ | ||
236 | zdbsm:'', | ||
237 | xmmc:'', | ||
238 | userbsm:'' | ||
239 | } | ||
240 | }, | 224 | }, |
241 | handleClick(tab, event) { | 225 | handleClick(tab, event) { |
242 | console.log(tab, event); | 226 | console.log(tab, event); | ... | ... |
-
Please register or sign in to post a comment