diff --git a/.env.development b/.env.development index 66a6713..a21c96c 100644 --- a/.env.development +++ b/.env.development @@ -4,6 +4,6 @@ NODE_ENV = 'development' # # VITE_APP_BASE_URL = 'https://ceshi-new-wokr.lihaink.cn/' -# VITE_APP_BASE_URL = 'https://preview-worker-task.lihaink.cn' +VITE_APP_BASE_URL = 'https://ceshi-new-wokr.lihaink.cn/' -VITE_APP_BASE_URL = 'http://192.168.1.24:8083' \ No newline at end of file +# VITE_APP_BASE_URL = 'http://192.168.1.24:8083' \ No newline at end of file diff --git a/dist.zip b/dist.zip index 7288f59..3a2fb64 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/api/task_template.ts b/src/api/task_template.ts index 96e5706..25a5bac 100644 --- a/src/api/task_template.ts +++ b/src/api/task_template.ts @@ -17,7 +17,7 @@ export function apiTaskTemplateEdit(params: any) { // 删除任务安排 export function apiTaskTemplateDelete(params: any) { - return request.post({ url: '/task_template.task_template/delete', params }) + return request.post({ url: '/task.task/delete', params }) } // 任务安排详情 diff --git a/src/views/consumer/lists/detail.vue b/src/views/consumer/lists/detail.vue index 11d25c4..bb3cf9d 100644 --- a/src/views/consumer/lists/detail.vue +++ b/src/views/consumer/lists/detail.vue @@ -227,7 +227,7 @@ - @@ -617,6 +617,7 @@ function area_change(value: string) { } function street_change(value: string) { formData.street = value; + getVillageList() } function brigadeChange(value: string) { // getVillageList() diff --git a/src/views/consumer/lists/edit.vue b/src/views/consumer/lists/edit.vue index eeb0b70..6249066 100644 --- a/src/views/consumer/lists/edit.vue +++ b/src/views/consumer/lists/edit.vue @@ -412,12 +412,10 @@ const rules = ref({ }); const dateChange=()=>{ let date=formData.deposit_date - const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, '0'); const day = String(date.getDate()).padStart(2, '0'); formData.deposit_date=`${year}-${month}-${day}` - console.log(formData.deposit_date) } // 字典信息 const datas: any = reactive({ diff --git a/src/views/consumer/lists/index.vue b/src/views/consumer/lists/index.vue index 2f98166..f33efd9 100644 --- a/src/views/consumer/lists/index.vue +++ b/src/views/consumer/lists/index.vue @@ -6,9 +6,42 @@ + + + + + + + + + + + + + + + 查询 重置 + 导出 +