luoyisheng
2023-10-05 2736b19570db55be1fc9ab7b65395d9f2097d782
9.26。15
2个文件已修改
57 ■■■■■ 已修改文件
.idea/workspace.xml 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/workspace.xml
@@ -25,10 +25,9 @@
    <select />
  </component>
  <component name="ChangeListManager">
    <list default="true" id="cb08d02f-fd4f-4fa2-85fe-abd508fa83ac" name="Default Changelist" comment="9.26。14">
    <list default="true" id="cb08d02f-fd4f-4fa2-85fe-abd508fa83ac" name="Default Changelist" comment="9.26。15">
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TCoursePackageController.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TCoursePackageController.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/HttpRequestUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/HttpRequestUtil.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -303,7 +302,7 @@
      <workItem from="1696427897814" duration="1362000" />
      <workItem from="1696433675086" duration="2211000" />
      <workItem from="1696462020097" duration="481000" />
      <workItem from="1696465598653" duration="12128000" />
      <workItem from="1696465598653" duration="13586000" />
    </task>
    <task id="LOCAL-00001" summary="后台代码删除">
      <created>1690249807612</created>
@@ -572,7 +571,15 @@
      <option name="project" value="LOCAL" />
      <updated>1695886217811</updated>
    </task>
    <option name="localTasksCounter" value="36" />
    <task id="LOCAL-00036" summary="9.26。15">
      <option name="closed" value="true" />
      <created>1696485767075</created>
      <option name="number" value="00036" />
      <option name="presentableId" value="LOCAL-00036" />
      <option name="project" value="LOCAL" />
      <updated>1696485767076</updated>
    </task>
    <option name="localTasksCounter" value="37" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
@@ -612,7 +619,8 @@
    <MESSAGE value="9.26。12" />
    <MESSAGE value="9.26。13" />
    <MESSAGE value="9.26。14" />
    <option name="LAST_COMMIT_MESSAGE" value="9.26。14" />
    <MESSAGE value="9.26。15" />
    <option name="LAST_COMMIT_MESSAGE" value="9.26。15" />
  </component>
  <component name="XDebuggerManager">
    <breakpoint-manager>
cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html
@@ -36,17 +36,17 @@
    let amis = amisRequire('amis/embed');
    // 通过替换下面这个配置来生成不同页面
    let amisJSON = {
      "type": "form",
      "title": "测试页面2",
      "regions": [
        "body",
        "toolbar",
        "header"
      ],
      "type": "page",
      "id": "u:8c028a595aa6",
      "body": [
        {
          "type": "select",
          "type": "form",
          "id": "u:24af29be25d2",
          "title": "表单",
          "body": [
            {
          "label": "所属运营商:",
              "type": "select",
          "name": "operator",
          "id": "u:970f68a2c4ee",
          "mode": "horizontal",
@@ -60,7 +60,6 @@
          },
          "labelField": "customerName",
          "valueField": "id",
          "required": true,
          "showInvalidMatch": false,
          "searchable": true,
          "clearable": true,
@@ -209,20 +208,30 @@
          "name": "red",
          "id": "u:b0544634a698",
          "mode": "inline"
        }
      ],
      "id": "u:44bc9a4182ef",
      "toolbar": [
            },
        {
          "type": "button",
          "label": "按钮",
          "onEvent": {
            "click": {
              "actions": [
                    {
                      "componentId": "u:24af29be25d2",
                      "actionType": "submit"
                    }
              ]
            }
          },
          "id": "u:e54b81466b5e"
              "id": "u:b96a47957f17"
            }
          ],
          "api": {
            "url": "/ball/save",
            "method": "post",
            "messages": {
            },
            "dataType": "form"
          }
        }
      ]
    };