Pre Merge pull request !442 from 也曾为你、像超人/master

This commit is contained in:
也曾为你、像超人 2022-03-06 01:05:39 +00:00 committed by Gitee
commit f3c9b11621

View File

@ -77,7 +77,7 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@ -378,7 +378,9 @@ export default {
visible: "0",
status: "0"
};
this.resetForm("form");
this.$nextTick(() => {
this.resetForm("form");
})
},
/** 搜索按钮操作 */
handleQuery() {