修复展示问题

This commit is contained in:
liaozetao
2024-02-21 15:00:41 +08:00
parent 49cdeb7407
commit 96ad03efb9

View File

@@ -270,7 +270,7 @@ export default {
var iconContent = $("#modal_iconContent").val(); var iconContent = $("#modal_iconContent").val();
var topStart = $("#modal_topStart").val(); var topStart = $("#modal_topStart").val();
var topEnd = $("#modal_topEnd").val(); var topEnd = $("#modal_topEnd").val();
var isShow = $('#modal_isShow').val();
if ($("#addForm").validationEngine('validate')) { if ($("#addForm").validationEngine('validate')) {
$.ajax({ $.ajax({
type: "post", type: "post",