From ce1fd46b7e627abf898c270c8c9cb5c3f61dbb45 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 Aug 2022 14:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Add.vue | 6 +++--- .../components/List.vue | 4 ++-- .../components/Add.vue | 8 ++++---- .../components/List.vue | 12 +++++------ .../AppDishonestExecutee/components/Add.vue | 6 +++--- .../AppDishonestExecutee/components/List.vue | 8 ++++---- .../AppGroupShareholders/components/Add.vue | 20 +++++++++---------- .../AppGroupShareholders/components/List.vue | 8 ++++---- .../AppHouseManagement/components/Add.vue | 10 +++++----- .../AppHouseManagement/components/List.vue | 8 ++++---- .../apps/AppLandTransfer/components/Add.vue | 12 +++++------ .../apps/AppLandTransfer/components/List.vue | 8 ++++---- .../xiushan/apps/AppMassMessage/mmDetail.vue | 6 +++--- .../xiushan/apps/AppMassMessage/mmList.vue | 4 ++-- .../apps/AppPolicyBid/AppPolicyBid.vue | 4 ++-- .../apps/AppPortalAccount/paDetail.vue | 2 +- .../xiushan/apps/AppPortalAccount/paList.vue | 4 ++-- .../xiushan/apps/AppPortalUser/pumDetail.vue | 2 +- .../xiushan/apps/AppPortalUser/pumList.vue | 2 +- .../apps/AppPortalUserManager/pumDetail.vue | 4 ++-- .../apps/AppPortalUserManager/pumList.vue | 2 +- .../AppPublicArrearage/components/Add.vue | 6 +++--- .../AppPublicArrearage/components/List.vue | 8 ++++---- .../apps/AppRatepayingInfo/components/Add.vue | 6 +++--- .../AppRatepayingInfo/components/List.vue | 6 +++--- project/xiushan/apps/AppVideoPublic/vpAdd.vue | 4 ++-- .../xiushan/apps/AppVideoPublic/vpList.vue | 6 +++--- .../xiushan/apps/AppXsBanner/AppXsBanner.vue | 10 +++++----- .../creditReport/AppCreditReport/home.vue | 2 +- .../apps/creditScore/scorePersonal/detail.vue | 2 +- .../finance/AppFinanceOrg/AppFinanceOrg.vue | 6 +++--- .../AppFinanceOrgMember.vue | 6 +++--- .../finance/AppFinanceProduct/productAdd.vue | 4 ++-- .../AppFinanceProduct/productDetail.vue | 6 +++--- .../finance/AppFinanceProduct/productList.vue | 4 ++-- .../AppFinanceProduct/productRecommend.vue | 8 ++++---- .../AppGuaranteeProduct/productAdd.vue | 4 ++-- .../AppGuaranteeProduct/productDetail.vue | 6 +++--- .../AppGuaranteeProduct/productList.vue | 4 ++-- .../AppGuaranteeProduct/productRecommend.vue | 8 ++++---- .../apps/finance/AppLoanAudit/loanDetail.vue | 4 ++-- .../apps/finance/AppLoanAudit/loanList.vue | 2 +- .../apps/finance/AppLoanAudit/loanSta.vue | 8 ++++---- .../AppFinancingNeeds/needsDetail.vue | 6 +++--- .../financing/AppFinancingNeeds/needsList.vue | 2 +- .../apps/financing/AppGrabLog/grabDetail.vue | 6 +++--- .../apps/financing/AppGrabLog/grabList.vue | 2 +- .../financing/AppGrabLog/needsStatistics.vue | 10 +++++----- .../xiushan/apps/loanStatement/AppLoanSta.vue | 2 +- .../xiushan/apps/loanStatement/AppNeedSta.vue | 2 +- .../mattersConfig/components/addConfig.vue | 4 ++-- .../xiushan/components/enterpriseDialog.vue | 4 ++-- .../xiushan/components/personCreditReport.vue | 4 ++-- 53 files changed, 151 insertions(+), 151 deletions(-) diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue b/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue index 6da05d7f..51658cbf 100644 --- a/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue +++ b/project/xiushan/apps/AppAdministrativeLicense/components/Add.vue @@ -161,7 +161,7 @@ export default { this.forms = JSON.parse(JSON.stringify(this.data)) }, getDetail(id) { - this.instance.post(`/appcreditadminstrativelicense/queryDetailById?id=${id}`).then(res => { + this.instance.post(`/app/appcreditadminstrativelicense/queryDetailById?id=${id}`).then(res => { if (res.code === 0) { this.data = res.data } @@ -170,7 +170,7 @@ export default { confirm() { this.$refs.forms.validate((valid) => { if (valid) { - this.instance.post(`/appcreditadminstrativelicense/addOrUpdate`, { + this.instance.post(`/app/appcreditadminstrativelicense/addOrUpdate`, { ...this.forms, id: this.params.id || '', }).then(res => { @@ -252,4 +252,4 @@ export default { padding-bottom: 80px; } } - \ No newline at end of file + diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue index 085c346d..1dd9450a 100644 --- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue +++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue @@ -74,7 +74,7 @@ export default { // this.getTableData() // }, getTableData() { - this.instance.post("/appcreditadminstrativelicense/list", null, { + this.instance.post("/app/appcreditadminstrativelicense/list", null, { params: {...this.page, ...this.search, ...this.select} }).then(res => { if (res?.data) { @@ -94,7 +94,7 @@ export default { }, handleDelete(id) { this.$confirm("是否要删除?").then(() => { - this.instance.post(`/appcreditadminstrativelicense/delete?ids=${id}`).then(res => { + this.instance.post(`/app/appcreditadminstrativelicense/delete?ids=${id}`).then(res => { if (res.code == 0) { this.$message.success("删除成功") this.getTableData() diff --git a/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue b/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue index ca474b3f..b135cb3a 100644 --- a/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue +++ b/project/xiushan/apps/AppAdministrativePenalty/components/Add.vue @@ -70,7 +70,7 @@ - + @@ -155,7 +155,7 @@ export default { params: Object, }, data() { - return { + return { id: '', form: { organizationName: '', @@ -179,7 +179,7 @@ export default { isEditSys: false, sysIndex: '' } - }, + }, computed: { rules() { return { @@ -240,7 +240,7 @@ export default { this.tableData.splice(index, 1) }, getDetail(id) { - this.instance.post(`/appcollectiveeconomyequity/queryDetailById`,null, { + this.instance.post(`/app/appcollectiveeconomyequity/queryDetailById`,null, { params: { id: id, ...this.page, @@ -262,7 +262,7 @@ export default { }else{//新增 this.tableData.push(this.table) } - + this.sysInfoDialog = false this.$forceUpdate() } @@ -271,7 +271,7 @@ export default { confirm() { this.$refs.form.validate((valid) => { if (valid) { - this.instance.post(`/appcollectiveeconomyequity/addOrUpdate`, { + this.instance.post(`/app/appcollectiveeconomyequity/addOrUpdate`, { ...this.form, id: this.params.id || '', shareholderList: this.tableData, @@ -291,7 +291,7 @@ export default { this.table = JSON.parse(JSON.stringify(row)) this.sysInfoDialog = true this.isEditSys = true - this.sysIndex = index + this.sysIndex = index } }, } @@ -306,4 +306,4 @@ export default { background: #FFF; } } - \ No newline at end of file + diff --git a/project/xiushan/apps/AppGroupShareholders/components/List.vue b/project/xiushan/apps/AppGroupShareholders/components/List.vue index 9b44c932..ccb20a3d 100644 --- a/project/xiushan/apps/AppGroupShareholders/components/List.vue +++ b/project/xiushan/apps/AppGroupShareholders/components/List.vue @@ -9,7 +9,7 @@ 添加