瀏覽代碼

feat: 修改删除

aXin-0810 2 年之前
父節點
當前提交
0b0d52d948
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/basic_data/dealer/dealer_stock.vue

+ 1 - 1
src/views/basic_data/dealer/dealer_stock.vue

@@ -285,7 +285,7 @@ export default {
               </el-button>
             ) : null}
             {this.$checkBtnRole('del', this.$route.meta.roles) ? (
-              <el-popconfirm onONConfirm={() => this.deleFn(row.id)} title="这是一段内容确定删除吗?">
+              <el-popconfirm onOnConfirm={() => this.deleFn(row.id)} title="这是一段内容确定删除吗?">
                 <el-button style="font-size:12px" type="text" class="textColor" slot="reference">
                   删除
                 </el-button>