diff --git a/package.json b/package.json index c8ea294cc..37ffdc515 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:uat": "set NODE_OPTIONS=--max_old_space_size=4096 &&vue-cli-service build --mode production.uat", "build:preview": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode preview", "build:prod": "vue-cli-service build --mode production", - "build:test": "set NODE_OPTIONS=--max_old_sWpace_size=4096 && vue-cli-service build --mode test", + "build:test": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode test", "build:shibei_prod": "vue-cli-service build --mode shibei_production", "lint": "vue-cli-service lint", "et": "node_modules/.bin/et", diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index fabba7cb1..8c8836d51 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -498,7 +498,7 @@ export default { const { data, code, msg } = await requestGet(url, params); console.log(data,"sdfklk;sfdk"); if(data){ - const url = "/governance/icEvent/export"; + const url = "/governance/icEvent/exportDealData"; const { pageSize, pageNo, formData } = this; axios({ url: window.SITE_CONFIG["apiURL"] + url,