优化和会员问题

This commit is contained in:
duan
2024-08-21 08:58:08 +08:00
parent baa60b0021
commit 37f7e51f69
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" @click="getList">查询</el-button>
<el-button type="primary" @click="dialogVisible = true">新增</el-button>
<el-button type="primary" @click="dialogVisible = true;title='新增'">新增</el-button>
</el-form-item>
</el-form>
<!--表格渲染-->
@@ -198,7 +198,6 @@ export default {
})
} else {
await adput(this.form)
this.$message({
message: '编辑成功',
type: 'success'