Commit a2f505a6 authored by 李苏's avatar 李苏 💬

添加形参

parent 87157ecb
......@@ -127,7 +127,7 @@
},
methods: {
wc(){
wc(ctx){
if (ctx.singleItem && ctx.singleItem.id) {
this.$confirm('是否继续操作, 是否继续?', '提示', {
confirmButtonText: '确定',
......@@ -147,7 +147,7 @@
this.$warning('请选中一条数据')
}
},
qxwc(){
qxwc(ctx){
if (ctx.singleItem && ctx.singleItem.id) {
this.$confirm('是否继续操作, 是否继续?', '提示', {
confirmButtonText: '确定',
......@@ -167,7 +167,7 @@
this.$warning('请选中一条数据')
}
},
dj(){
dj(ctx){
if (ctx.singleItem && ctx.singleItem.id) {
this.$confirm('是否继续操作, 是否继续?', '提示', {
confirmButtonText: '确定',
......@@ -187,7 +187,7 @@
this.$warning('请选中一条数据')
}
},
qxdj(){
qxdj(ctx){
if (ctx.singleItem && ctx.singleItem.id) {
this.$confirm('是否继续操作, 是否继续?', '提示', {
confirmButtonText: '确定',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment