diff --git a/.env b/.env index 104e2c6..79153fd 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_APP_TITLE=金融产品设计及数字化营销沙盘 VITE_PORT=9520 # VITE_PROXY=http://192.168.31.125:8080 VITE_PUBLIC_PATH=./ -VITE_BASE_API=http://192.168.31.217:9000 +VITE_BASE_API=http://192.168.31.51:9000 # VITE_BASE_API=http://121.37.12.51 # VITE_BASE_API=https://www.occupationlab.com VITE_I18N_LOCALE=zh-cn diff --git a/src/api/model.ts b/src/api/model.ts index 4a5cd90..358d8c5 100644 --- a/src/api/model.ts +++ b/src/api/model.ts @@ -101,7 +101,7 @@ export const accessStrategyNegativeIndustryStrategySave = async (data: Record): Promise => (await axios.post(`${host}/product/accessStrategyNegativeIndustryStrategy/delete`, data)).data; -export const delCredit = async (id: number): Promise => (await axios.post(`/product/creditScoringStrategy/delete?strategyId=${id}`)).data; +export const delCredit = async (data: Record): Promise => (await axios.post(`/product/creditScoringStrategy/delete`, data)).data; export const findCredit = async (id: number): Promise => (await axios.post(`/product/creditScoringStrategy/details?strategyId=${id}`)).data; export const listCredit = async (data: Record): Promise => ( diff --git a/src/views/product/strategy/150/Detail.vue b/src/views/product/strategy/150/Detail.vue index 3b19348..3143993 100644 --- a/src/views/product/strategy/150/Detail.vue +++ b/src/views/product/strategy/150/Detail.vue @@ -3,8 +3,7 @@ label-suffix=":" class="form" :disabled="disabled"> - + + + + + + + + + + + + + + + + + + + + + +
+
取消
+
确定
+
+ + + + + + + diff --git a/src/views/product/strategy/512/Index.vue b/src/views/product/strategy/512/Index.vue new file mode 100644 index 0000000..b3f787e --- /dev/null +++ b/src/views/product/strategy/512/Index.vue @@ -0,0 +1,164 @@ + + + diff --git a/src/views/product/strategy/513/Detail.vue b/src/views/product/strategy/513/Detail.vue new file mode 100644 index 0000000..38dd235 --- /dev/null +++ b/src/views/product/strategy/513/Detail.vue @@ -0,0 +1,820 @@ + + + + + diff --git a/src/views/product/strategy/513/Index.vue b/src/views/product/strategy/513/Index.vue new file mode 100644 index 0000000..ab5b0c7 --- /dev/null +++ b/src/views/product/strategy/513/Index.vue @@ -0,0 +1,164 @@ + + + diff --git a/src/views/product/strategy/CardList.vue b/src/views/product/strategy/CardList.vue index 2d3b06e..d8e7479 100644 --- a/src/views/product/strategy/CardList.vue +++ b/src/views/product/strategy/CardList.vue @@ -40,7 +40,8 @@ const dynamicComponentMap = { '154': defineAsyncComponent(() => import('./154/Index.vue')), '155': defineAsyncComponent(() => import('./155/Index.vue')), '156': defineAsyncComponent(() => import('./156/Index.vue')), - '148': defineAsyncComponent(() => import('./Credit.vue')), + '512': defineAsyncComponent(() => import('./512/Index.vue')), + '513': defineAsyncComponent(() => import('./513/Index.vue')), '702': defineAsyncComponent(() => import('./Risk1.vue')), '703': defineAsyncComponent(() => import('./Risk2.vue')), '704': defineAsyncComponent(() => import('./Risk3.vue')),