Admin
2022-11-24 ffd20ad90aa3dfb3ce5b3860f3556cdbb75f1c7a
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>