diff --git a/src/api/dataList/technology-demand.js b/src/api/dataList/technology-demand.js new file mode 100644 index 0000000..591387c --- /dev/null +++ b/src/api/dataList/technology-demand.js @@ -0,0 +1,7 @@ +import request from "@/utils/request"; + +export const technologyDemandList = (params) => request({ + url: "/business/technologyDemand/list", + method: "GET", + params +}) \ No newline at end of file diff --git a/src/api/dataList/technology-project.js b/src/api/dataList/technology-project.js index e8758f6..6b3bffb 100644 --- a/src/api/dataList/technology-project.js +++ b/src/api/dataList/technology-project.js @@ -39,8 +39,11 @@ export function technologyProjectDetail(id) { export function technologyProjectDelete(ids) { return request({ - url: `/business/technologyProject/${ids}`, + url: `/business/technologyProject`, method: "DELETE", + data: { + ids + } }); } diff --git a/src/views/dataAuditList/Enterpriseproducts/index.vue b/src/views/dataAuditList/Enterpriseproducts/index.vue index 08603f1..aae5311 100644 --- a/src/views/dataAuditList/Enterpriseproducts/index.vue +++ b/src/views/dataAuditList/Enterpriseproducts/index.vue @@ -22,23 +22,25 @@ - - 搜索 - - 重置 - - - + + + + + + + + + + + + + + + + + diff --git a/src/views/dataList/agent/index.vue b/src/views/dataList/agent/index.vue index dadeede..930ffe2 100644 --- a/src/views/dataList/agent/index.vue +++ b/src/views/dataList/agent/index.vue @@ -1,19 +1,19 @@ --> - + diff --git a/src/views/website/solution/serviceCase/index.vue b/src/views/website/solution/serviceCase/index.vue index 84f49c4..613da08 100644 --- a/src/views/website/solution/serviceCase/index.vue +++ b/src/views/website/solution/serviceCase/index.vue @@ -208,7 +208,7 @@ const data = reactive({ form: {}, rules: { title: [{required: true, message: "案例标题不能为空", trigger: "blur"}], - description: [{required: true, message: "描述不能为空", trigger: "blur"}], + // description: [{required: true, message: "描述不能为空", trigger: "blur"}], image: [ { required: true,