Admin
2022-11-28 807d02b7a650c6450c313dd728848e02f74a1b78
src/views/selfCheck/components/selfReport.vue
@@ -72,7 +72,7 @@
        <span slot="footer" class="dialog-footer">
          <el-button @click="dialogVisible = false">取消</el-button>
          <el-button type="primary" @click="submitForm('checkForm')">提交</el-button>
          <el-button type="primary" v-stop-re-click @click="submitForm('checkForm')">提交</el-button>
        </span>
    </el-dialog>
</template>