diff --git a/.env.development b/.env.development index 2a54d74..ceb0618 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ NODE_ENV = 'development' VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/' # VITE_APP_BASE_URL = 'http://www.eng.local/' -# VITE_APP_BASE_URL = 'http://192.168.1.5:9090/' \ No newline at end of file +#VITE_APP_BASE_URL = 'http://192.168.1.8:8526/' \ No newline at end of file diff --git a/src/views/cost_projects/edit.vue b/src/views/cost_projects/edit.vue index e8c6952..ad74d7f 100644 --- a/src/views/cost_projects/edit.vue +++ b/src/views/cost_projects/edit.vue @@ -1,235 +1,233 @@ diff --git a/src/views/marketing_contract/edit.vue b/src/views/marketing_contract/edit.vue index 5d1f0fb..f76d9e0 100644 --- a/src/views/marketing_contract/edit.vue +++ b/src/views/marketing_contract/edit.vue @@ -805,6 +805,9 @@ const setFormData = async (data: Record) => { formData.framework_agreement_name = data['framework_agreement_name'] } } + if(data.city!=''){ + getCityList() + } } const getDetail = async (row: Record) => { @@ -847,7 +850,6 @@ const open = (type = 'add') => { mode.value = type popupRef.value?.open() } - // 关闭回调 const handleClose = () => { emit('close') diff --git a/src/views/supervision_project/edit.vue b/src/views/supervision_project/edit.vue index 68a3d3c..5e98940 100644 --- a/src/views/supervision_project/edit.vue +++ b/src/views/supervision_project/edit.vue @@ -1,253 +1,254 @@