优化和会员问题
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user