resetfields 不生效
如果在 Dialog 打开前修改了表单数据,初始值会被覆盖,导致重置异常
this.dialogVisible = true;
this.$nextTick(() => {
this.formData.name = 'AA';
});
如果在 Dialog 打开前修改了表单数据,初始值会被覆盖,导致重置异常
this.dialogVisible = true;
this.$nextTick(() => {
this.formData.name = 'AA';
});