Admin
2022-11-28 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919
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>