This commit is contained in:
zhaomeijing
2022-05-27 10:19:15 +08:00
parent 1c29d59998
commit 4be24a4c8f
@@ -140,6 +140,9 @@ export default {
this.title = '新增' this.title = '新增'
this.formInline = {} this.formInline = {}
this.formInline.state = '1' this.formInline.state = '1'
this.$nextTick(() => {
this.$refs['ruleForm'].resetFields();
})
}, },
editModel(value) { editModel(value) {
this.visible = true this.visible = true