소스 검색

no message

Moss 1 년 전
부모
커밋
f9e45ffced
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mallManagement/activity/components/fullpiece_discount_form.vue

+ 1 - 1
src/views/mallManagement/activity/components/fullpiece_discount_form.vue

@@ -92,7 +92,7 @@
         <el-button type="primary" @click="submitMainForm" :loading="formLoading">{{ formLoading ? '保存中 ...' : '保 存' }}</el-button>
         <el-popconfirm
           title="确定关闭吗?"
-          @onConfirm="goBack"
+          @confirm="goBack"
           style="margin-left: 10px;"
         >
           <el-button slot="reference">关 闭</el-button>