田源
2023-10-12 b4c7c6a738f44afadbc388bb774ac044e7fafe38
Source/UBCS-WEB/src/views/desk/notice.vue
@@ -55,6 +55,7 @@
          height: 'auto',
          calcHeight: 30,
          dialogWidth: 950,
          columnBtn:false,
          tip: false,
          searchShow: true,
          searchMenuSpan: 6,
@@ -80,7 +81,7 @@
            {
              label: "通知类型",
              type: "select",
              dicUrl: "/api/blade-system/dict/dictionary?code=notice",
              dicUrl: "/api/ubcs-system/dict/dictionary?code=notice",
              props: {
                label: "dictValue",
                value: "dictKey"
@@ -130,7 +131,7 @@
              prop: "content",
              component: 'AvueUeditor',
              options: {
                action: '/api/blade-resource/oss/endpoint/put-file',
                action: '/api/ubcs-resource/oss/endpoint/put-file',
                props: {
                  res: "data",
                  url: "link",