提交 e0f84989 编写于 作者: guangjun.yang's avatar guangjun.yang

参数有问题

上级 2dd5c49f
......@@ -242,12 +242,12 @@
// 关闭医生小店
closeShopAction(row) {
vm.$confirm('确定要关闭店铺吗', '', {
this.$confirm('确定要关闭店铺吗', '', {
confirmButtonText: '确 定',
cancelButtonText: '取 消',
type: 'warning'
}).then(() => {
closeShop({id: row.id}).then(res => {
closeShop(row.id).then(res => {
if (res.code == '000000') {
this.searchList();
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册