解决连续新增按钮报错问题

This commit is contained in:
积硅步,至千里 2022-03-04 13:38:06 +08:00
parent ac030b7275
commit d01116e62e

View File

@ -379,7 +379,9 @@ export default {
visible: "0", visible: "0",
status: "0" status: "0"
}; };
this.resetForm("form"); this.$nextTick(() => {
this.resetForm("form");
})
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {