diff --git a/src/api/plan/plan/index.ts b/src/api/plan/plan/index.ts index 12afcd5..1a2f608 100644 --- a/src/api/plan/plan/index.ts +++ b/src/api/plan/plan/index.ts @@ -51,13 +51,9 @@ export const updatePlan = (data: PlanForm) => { }); }; -/** - * 删除招标计划 - * @param id - */ -export const delPlan = (id: string | number | Array) => { +export const getSegmentedIndicatorPlanning = (id) => { return request({ - url: '/plan/plan/' + id, - method: 'delete' + url: '/tender/segmentedIndicatorPlanning/' + id, + method: 'get' }); }; diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 913f847..43dd41a 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -360,6 +360,8 @@ const customUpload = async (options: any) => { }); handleUploadSuccess(res.data, options.file); } catch (err) { + console.log(err, 'err'); + handleUploadError(); } } else { diff --git a/src/views/patch/index.vue b/src/views/patch/index.vue index b068541..c81477e 100644 --- a/src/views/patch/index.vue +++ b/src/views/patch/index.vue @@ -82,7 +82,6 @@ 新增进度 - @@ -145,6 +144,12 @@ + <<<<<<< HEAD ======= + + + >>>>>>> 4511145f52e1caf07eea31e374583c6602fdfcfc diff --git a/src/views/tender/supplierInput/index.vue b/src/views/tender/supplierInput/index.vue index 43bc2ea..9cbb74b 100644 --- a/src/views/tender/supplierInput/index.vue +++ b/src/views/tender/supplierInput/index.vue @@ -1,18 +1,26 @@