diff --git a/src/js/store/index.js b/src/js/store/index.js
index 197b66ebc..e00f6958c 100644
--- a/src/js/store/index.js
+++ b/src/js/store/index.js
@@ -97,7 +97,7 @@ export default new Vuex.Store({
},
setTipsList({ commit }, time) {
return new Promise(async (resolve, reject) => {
- const url = "/gov/project/memoAttr/memosToRemind";
+ const url = "/governance/memoAttr/memosToRemind";
const params = {
remindTime: time || "",
};
@@ -111,7 +111,7 @@ export default new Vuex.Store({
setTipsTime({ commit, dispatch }) {
return new Promise(async (resolve, reject) => {
if (interTimer) clearInterval(interTimer);
- const url = "/gov/project/memoAttr/memoTime";
+ const url = "/governance/memoAttr/memoTime";
const { data, code, msg } = await requestPost(url);
if (code === 0) {
diff --git a/src/views/components/selectStaff.vue b/src/views/components/selectStaff.vue
index c7478383b..09747b596 100644
--- a/src/views/components/selectStaff.vue
+++ b/src/views/components/selectStaff.vue
@@ -764,8 +764,8 @@ export default {
});
const url = projectId
- ? "/gov/project/trace/departmentstafflist"
- : "/gov/issue/manage/departmentstafflist";
+ ? "/governance/trace/departmentstafflist"
+ : "/governance/manage/departmentstafflist";
const { data, code, msg } = await requestPost(
url,
@@ -834,10 +834,10 @@ export default {
});
const url = projectId
- ? "/gov/project/trace/processorlist"
+ ? "/governance/trace/processorlist"
: issueId
- ? "/gov/issue/manage/processorlist"
- : "/gov/project/trace/approvalagencylist";
+ ? "/governance/manage/processorlist"
+ : "/governance/trace/approvalagencylist";
const { data, code, msg } = await requestPost(
url,
diff --git a/src/views/main-content.vue b/src/views/main-content.vue
index 6a2226b02..eb6dfc340 100644
--- a/src/views/main-content.vue
+++ b/src/views/main-content.vue
@@ -258,7 +258,7 @@ export default {
// }, 1000)
},
async closeTips(memoId) {
- const url = "/gov/project/memoAttr/setReaded";
+ const url = "/governance/memoAttr/setReaded";
const params = {
memoId,
};
@@ -267,9 +267,9 @@ export default {
},
async getInfo(item) {
const urls = {
- work_diary: "/gov/project/memoWorkDiary",
- concern: "/gov/project/memoConcern",
- difficulty: "/gov/project/memoDifficulty/detail",
+ work_diary: "/governance/memoWorkDiary",
+ concern: "/governance/memoConcern",
+ difficulty: "/governance/memoDifficulty/detail",
};
const params = {
id: item.memoId,
diff --git a/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue b/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue
index 7256964de..4a010a0a0 100644
--- a/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue
+++ b/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue
@@ -480,7 +480,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
diff --git a/src/views/modules/communityService/fuwujilu/fuwuList.vue b/src/views/modules/communityService/fuwujilu/fuwuList.vue
index f407881a5..85320aa94 100644
--- a/src/views/modules/communityService/fuwujilu/fuwuList.vue
+++ b/src/views/modules/communityService/fuwujilu/fuwuList.vue
@@ -370,13 +370,13 @@ export default {
formData: {
- serviceName: '',//项目名称
- serviceOrgType: '',//服务组织类型
- serviceOrgId: '',//服务组织Id
- serviceTimeStart: '',//服务开始时间yyyy-MM-dd
- serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
- serviceStatus: '',//服务状态。in_service服务中;completed:已完成
- satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
+ serviceName: '',//项目名称
+ serviceOrgType: '',//服务组织类型
+ serviceOrgId: '',//服务组织Id
+ serviceTimeStart: '',//服务开始时间yyyy-MM-dd
+ serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
+ serviceStatus: '',//服务状态。in_service服务中;completed:已完成
+ satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
},
pageNo: 1,
@@ -642,7 +642,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
@@ -690,13 +690,13 @@ export default {
resetSearch () {
this.formData = {
- serviceName: '',//项目名称
- serviceOrgType: '',//服务组织类型
- serviceOrgId: '',//服务组织Id
- serviceTimeStart: '',//服务开始时间yyyy-MM-dd
- serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
- serviceStatus: '',//服务状态。in_service服务中;completed:已完成
- satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
+ serviceName: '',//项目名称
+ serviceOrgType: '',//服务组织类型
+ serviceOrgId: '',//服务组织Id
+ serviceTimeStart: '',//服务开始时间yyyy-MM-dd
+ serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
+ serviceStatus: '',//服务状态。in_service服务中;completed:已完成
+ satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
}
diff --git a/src/views/modules/communityService/fuwujiluOld/fuwuList.vue b/src/views/modules/communityService/fuwujiluOld/fuwuList.vue
index 48f54205b..dc4a2e6df 100644
--- a/src/views/modules/communityService/fuwujiluOld/fuwuList.vue
+++ b/src/views/modules/communityService/fuwujiluOld/fuwuList.vue
@@ -328,13 +328,13 @@ export default {
],
formData: {
- serviceCategoryKey: '',//服务类别id
- serviceProjectName: '',//项目名称
- serviceOrgName: '',//服务组织名称
- serviceTimeStart: '',//服务开始时间yyyy-MM-dd
- serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
- serviceStatus: '',//服务状态。in_service服务中;completed:已完成
- satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
+ serviceCategoryKey: '',//服务类别id
+ serviceProjectName: '',//项目名称
+ serviceOrgName: '',//服务组织名称
+ serviceTimeStart: '',//服务开始时间yyyy-MM-dd
+ serviceTimeEnd: '',//服务结束时间yyyy-MM-dd
+ serviceStatus: '',//服务状态。in_service服务中;completed:已完成
+ satisfaction: '',//满意度.不满意:bad、基本满意:good、非常满意:perfect
},
pageNo: 1,
@@ -535,7 +535,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
diff --git a/src/views/modules/communityService/fuwuxiangmu/index.vue b/src/views/modules/communityService/fuwuxiangmu/index.vue
index 795625bb3..c6b48929c 100644
--- a/src/views/modules/communityService/fuwuxiangmu/index.vue
+++ b/src/views/modules/communityService/fuwuxiangmu/index.vue
@@ -265,7 +265,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, searchData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
diff --git a/src/views/modules/communityService/fuwuzuzhi/index.vue b/src/views/modules/communityService/fuwuzuzhi/index.vue
index 12c1cddc5..6baeb8cc6 100644
--- a/src/views/modules/communityService/fuwuzuzhi/index.vue
+++ b/src/views/modules/communityService/fuwuzuzhi/index.vue
@@ -272,7 +272,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, searchData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
diff --git a/src/views/modules/communityService/policy/policyList.vue b/src/views/modules/communityService/policy/policyList.vue
index 401a59030..33f8a5ec3 100644
--- a/src/views/modules/communityService/policy/policyList.vue
+++ b/src/views/modules/communityService/policy/policyList.vue
@@ -240,9 +240,9 @@ export default {
formData: {
- title: '',// 政策标题
- content: '',//政策内容
- expiredFlag: '',//是否过期;1:已过期;0:未过期
+ title: '',// 政策标题
+ content: '',//政策内容
+ expiredFlag: '',//是否过期;1:已过期;0:未过期
},
pageNo: 1,
@@ -438,7 +438,7 @@ export default {
},
async handleExport () {
- const url = "/gov/project/icEvent/export";
+ const url = "/governance/icEvent/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
@@ -486,9 +486,9 @@ export default {
resetSearch () {
this.formData = {
- title: '',// 政策标题
- content: '',//政策内容
- expiredFlag: '',//是否过期;1:已过期;0:未过期
+ title: '',// 政策标题
+ content: '',//政策内容
+ expiredFlag: '',//是否过期;1:已过期;0:未过期
}
diff --git a/src/views/modules/customer/customize/CategoryEdit.vue b/src/views/modules/customer/customize/CategoryEdit.vue
index 9bbe347fd..e522957af 100644
--- a/src/views/modules/customer/customize/CategoryEdit.vue
+++ b/src/views/modules/customer/customize/CategoryEdit.vue
@@ -100,10 +100,10 @@ export default {
this.dataForm.sort = sort
if (this.dataForm.level === 'l1') {
- this.url = "/gov/issue/issueprojectcategorydict/savefirstcategory"
+ this.url = "/governance/issueprojectcategorydict/savefirstcategory"
// this.url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/savefirstcategory"
} else {
- this.url = "/gov/issue/issueprojectcategorydict/savesecondcategory"
+ this.url = "/governance/issueprojectcategorydict/savesecondcategory"
// this.url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/savesecondcategory"
}
@@ -119,10 +119,10 @@ export default {
this.dataForm = dataForm
if (this.dataForm.level === 'l1') {
- this.url = "/gov/issue/issueprojectcategorydict/savefirstcategory"
+ this.url = "/governance/issueprojectcategorydict/savefirstcategory"
// this.url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/savefirstcategory"
} else {
- this.url = "/gov/issue/issueprojectcategorydict/savesecondcategory"
+ this.url = "/governance/issueprojectcategorydict/savesecondcategory"
// this.url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/savesecondcategory"
}
diff --git a/src/views/modules/customer/customize/CategoryList.vue b/src/views/modules/customer/customize/CategoryList.vue
index 6fa7cb137..3756ad459 100644
--- a/src/views/modules/customer/customize/CategoryList.vue
+++ b/src/views/modules/customer/customize/CategoryList.vue
@@ -130,7 +130,7 @@ export default {
async loadData () {
this.dataListLoading = true
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/customercategorylist'
- const url = '/gov/issue/issueprojectcategorydict/customercategorylist'
+ const url = '/governance/issueprojectcategorydict/customercategorylist'
this.tableParams.customerId = this.customerId
@@ -169,7 +169,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- const url = '/gov/issue/issueprojectcategorydict/isdisablecategory'
+ const url = '/governance/issueprojectcategorydict/isdisablecategory'
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/isdisablecategory'
const param = {
customerId: this.customerId,
@@ -196,7 +196,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- const url = '/gov/issue/issueprojectcategorydict/delcategory'
+ const url = '/governance/issueprojectcategorydict/delcategory'
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/delcategory'
const param = {
customerId: this.customerId,
diff --git a/src/views/modules/customer/customize/MostList.vue b/src/views/modules/customer/customize/MostList.vue
index 15d0d6e23..27fa85dbc 100644
--- a/src/views/modules/customer/customize/MostList.vue
+++ b/src/views/modules/customer/customize/MostList.vue
@@ -364,7 +364,7 @@ export default {
}
})
this.$http
- .post('/gov/project/parameter/load-thirdplatform-config', { customerId: this.customerId })
+ .post('/governance/parameter/load-thirdplatform-config', { customerId: this.customerId })
.then(({ data: res }) => {
if (res.code === 0) {
this.selectSys = res.data.customerSelectedPlatformList
@@ -388,7 +388,7 @@ export default {
})
}
this.$http
- .post('/gov/project/parameter/save-thirdplatform-config', params)
+ .post('/governance/parameter/save-thirdplatform-config', params)
.then(({ data: res }) => {
if (res.code === 0) {
this.$message.success('保存成功')
@@ -403,7 +403,7 @@ export default {
// 滞留提醒初始化
async initRemind () {
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/project/parameter/remindinit"
- const url = '/gov/project/parameter/remindinit'
+ const url = '/governance/parameter/remindinit'
const params = {
customerId: this.customerId
@@ -420,7 +420,7 @@ export default {
async initReview () {
this.startLoading()
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/parameter/reviewinit"
- const url = '/gov/issue/parameter/reviewinit'
+ const url = '/governance/parameter/reviewinit'
const params = {
customerId: this.customerId
@@ -442,7 +442,7 @@ export default {
async saveRemind () {
this.startLoading()
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/project/parameter/remindsave"
- const url = '/gov/project/parameter/remindsave'
+ const url = '/governance/parameter/remindsave'
const params = {
customerId: this.customerId,
@@ -461,7 +461,7 @@ export default {
async saveReview () {
this.startLoading()
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/parameter/reviewsave"
- const url = '/gov/issue/parameter/reviewsave'
+ const url = '/governance/parameter/reviewsave'
this.reviewForm.auditSwitch = this.auditSwitchShow ? 'open' : 'close'
const params = {
customerId: this.customerId,
@@ -484,7 +484,7 @@ export default {
},
async setDefaultRemind () {
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/project/parameter/reminddefault"
- const url = '/gov/project/parameter/reminddefault'
+ const url = '/governance/parameter/reminddefault'
const params = {
customerId: this.customerId
@@ -504,7 +504,7 @@ export default {
// 恢复议题发布审核
async setDefaultReview () {
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/parameter/reviewdefault"
- const url = '/gov/issue/parameter/reviewdefault'
+ const url = '/governance/parameter/reviewdefault'
const params = {
customerId: this.customerId
diff --git a/src/views/modules/productConfig/mostedit/MostList.vue b/src/views/modules/productConfig/mostedit/MostList.vue
index de32c822a..264e5c0a7 100644
--- a/src/views/modules/productConfig/mostedit/MostList.vue
+++ b/src/views/modules/productConfig/mostedit/MostList.vue
@@ -342,7 +342,7 @@ export default {
type: 'warning'
})
.then(() => {
- const url = '/gov/issue/parameter/reviewinit'
+ const url = '/governance/parameter/reviewinit'
const param = {
customerId: this.customerId
}
@@ -377,7 +377,7 @@ export default {
type: 'warning'
})
.then(() => {
- const url = '/gov/project/parameter/remindinit'
+ const url = '/governance/parameter/remindinit'
const param = {
customerId: this.customerId,
detentionDays: this.detentionDays,
diff --git a/src/views/modules/secretaryLog/cpts/notice.vue b/src/views/modules/secretaryLog/cpts/notice.vue
index 5fd0960fe..9d1b100b9 100644
--- a/src/views/modules/secretaryLog/cpts/notice.vue
+++ b/src/views/modules/secretaryLog/cpts/notice.vue
@@ -68,7 +68,7 @@ export default {
async read() {
const item = this.list[0];
- const url = "/gov/project/memoAttr/setReaded";
+ const url = "/governance/memoAttr/setReaded";
const { data, code, msg } = await requestPost(url, {
memoId: item.memoId,
@@ -82,7 +82,7 @@ export default {
},
async getList() {
- const url = "/gov/project/memoAttr/memosToRemind";
+ const url = "/governance/memoAttr/memosToRemind";
const { data, code, msg } = await requestPost(url, {});
if (code === 0) {
console.log("列表请求成功!!!!!!!!!!!!!!");
diff --git a/src/views/modules/secretaryLog/difficulty/difficultyDetail.vue b/src/views/modules/secretaryLog/difficulty/difficultyDetail.vue
index f90289b9f..5f0ca1984 100644
--- a/src/views/modules/secretaryLog/difficulty/difficultyDetail.vue
+++ b/src/views/modules/secretaryLog/difficulty/difficultyDetail.vue
@@ -81,11 +81,11 @@ export default {
difficultyId: '',
formData: {
- content: '',//内容
- resolveWay: '',//解决方式
- remark: '',//备注
- scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ content: '',//内容
+ resolveWay: '',//解决方式
+ remark: '',//备注
+ scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
},
@@ -111,7 +111,7 @@ export default {
async loadFormData () {
// const url = 'http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/detail'
- const url = '/gov/project/memoDifficulty/detail'
+ const url = '/governance/memoDifficulty/detail'
let params = {
id: this.difficultyId,
readFlag: '0',
diff --git a/src/views/modules/secretaryLog/difficulty/difficultyForm.vue b/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
index 56dde073b..86c170634 100644
--- a/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
+++ b/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
@@ -140,11 +140,11 @@ export default {
},
difficultyId: '',
formData: {
- content: '',//内容
- resolveWay: '',//解决方式
- remark: '',//备注
- scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ content: '',//内容
+ resolveWay: '',//解决方式
+ remark: '',//备注
+ scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
},
@@ -186,7 +186,7 @@ export default {
async loadFormData () {
// const url = 'http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/detail'
- const url = '/gov/project/memoDifficulty/detail'
+ const url = '/governance/memoDifficulty/detail'
let params = {
id: this.difficultyId,
readFlag: '0',
@@ -221,7 +221,7 @@ export default {
} else {
await this.addDifficulty()
-
+
}
})
@@ -237,12 +237,12 @@ export default {
let url = ''
if (this.formType === 'add') {
- url = '/gov/project/memoDifficulty/save'
+ url = '/governance/memoDifficulty/save'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/save"
this.formData.id = ''
} else {
- url = '/gov/project/memoDifficulty/update'
+ url = '/governance/memoDifficulty/update'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/update"
}
@@ -333,11 +333,11 @@ export default {
this.difficultyId = ''
this.formData = {
- content: '',//内容
- resolveWay: '',//解决方式
- remark: '',//备注
- scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ content: '',//内容
+ resolveWay: '',//解决方式
+ remark: '',//备注
+ scheduledTime: '',//预计处理时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
}
diff --git a/src/views/modules/secretaryLog/difficulty/difficultyList.vue b/src/views/modules/secretaryLog/difficulty/difficultyList.vue
index d4870c6eb..a1ed847fc 100644
--- a/src/views/modules/secretaryLog/difficulty/difficultyList.vue
+++ b/src/views/modules/secretaryLog/difficulty/difficultyList.vue
@@ -213,10 +213,10 @@ export default {
scheduledTimeRange: [],
timeRange: [],
formData: {
- content: '',//内容摘要
- startTime: '',//开始时间yyyy-mm-dd
- endTime: '',//结束时间yyyy-mm-dd
- scheduledStartTime: '',//预计处理开始时间yyyy-mm-dd
+ content: '',//内容摘要
+ startTime: '',//开始时间yyyy-mm-dd
+ endTime: '',//结束时间yyyy-mm-dd
+ scheduledStartTime: '',//预计处理开始时间yyyy-mm-dd
scheduledEndTime: '',//预计处理结束时间 yyyy-mm-dd
},
sHeight: 0,
@@ -251,7 +251,7 @@ export default {
async loadTable () {
this.tableLoading = true
- const url = "/gov/project/memoDifficulty/page"
+ const url = "/governance/memoDifficulty/page"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/page"
let params = {
pageSize: this.pageSize,
@@ -338,7 +338,7 @@ export default {
},
async deleteDifficulty (row) {
- const url = "/gov/project/memoDifficulty/delete"
+ const url = "/governance/memoDifficulty/delete"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/delete"
let ids = [row.id]
let params = {
@@ -364,10 +364,10 @@ export default {
this.scheduledTimeRange = []
this.timeRange = []
this.formData = {
- content: '',//内容摘要
- startTime: '',//开始时间yyyy-mm-dd
- endTime: '',//结束时间yyyy-mm-dd
- scheduledStartTime: '',//预计处理开始时间yyyy-mm-dd
+ content: '',//内容摘要
+ startTime: '',//开始时间yyyy-mm-dd
+ endTime: '',//结束时间yyyy-mm-dd
+ scheduledStartTime: '',//预计处理开始时间yyyy-mm-dd
scheduledEndTime: '',//预计处理结束时间 yyyy-mm-dd
}
this.pageSize = 10
@@ -378,7 +378,7 @@ export default {
//导出表格
async handleExport (row) {
let title = '难点堵点详情'
- let url = `/gov/project/memoDifficulty/${row.id}/exportWord`
+ let url = `/governance/memoDifficulty/${row.id}/exportWord`
let params = {}
diff --git a/src/views/modules/secretaryLog/humanisticCare/careDetail.vue b/src/views/modules/secretaryLog/humanisticCare/careDetail.vue
index 48404018a..9b388e147 100644
--- a/src/views/modules/secretaryLog/humanisticCare/careDetail.vue
+++ b/src/views/modules/secretaryLog/humanisticCare/careDetail.vue
@@ -82,14 +82,14 @@ export default {
careId: '',
formData: {
- content: '',//关怀事项
- concernType: '',//关怀类型
- resiName: '',//关怀人员
+ content: '',//关怀事项
+ concernType: '',//关怀类型
+ resiName: '',//关怀人员
status: '',//状态 0未完成 1已完成
phone: '',//电话
address: '',//地址
- scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
},
@@ -115,7 +115,7 @@ export default {
async loadFormData () {
// const url = 'http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern'
- const url = '/gov/project/memoConcern'
+ const url = '/governance/memoConcern'
let params = {
id: this.careId,
readFlag: '0',
diff --git a/src/views/modules/secretaryLog/humanisticCare/careForm.vue b/src/views/modules/secretaryLog/humanisticCare/careForm.vue
index fd3ed8282..5e19d3856 100644
--- a/src/views/modules/secretaryLog/humanisticCare/careForm.vue
+++ b/src/views/modules/secretaryLog/humanisticCare/careForm.vue
@@ -184,14 +184,14 @@ export default {
},
careId: '',
formData: {
- content: '',//关怀事项
- concernType: '',//关怀类型
- resiName: '',//关怀人员
+ content: '',//关怀事项
+ concernType: '',//关怀类型
+ resiName: '',//关怀人员
status: 0,//状态 0未完成 1已完成
phone: '',//电话
address: '',//地址
- scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
},
@@ -233,7 +233,7 @@ export default {
async loadFormData () {
// const url = 'http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern'
- const url = '/gov/project/memoConcern'
+ const url = '/governance/memoConcern'
let params = {
id: this.careId,
readFlag: '0',
@@ -284,7 +284,7 @@ export default {
// message: '请输入正确的手机号码'
// })
// return false;
- // }
+ // }
if (this.fileList.length > 0) {
this.formData.attachmentList = this.fileList
@@ -292,12 +292,12 @@ export default {
let url = ''
if (this.formType === 'add') {
- url = '/gov/project/memoConcern/save'
+ url = '/governance/memoConcern/save'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern/save"
this.formData.id = ''
} else {
- url = '/gov/project/memoConcern/update'
+ url = '/governance/memoConcern/update'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern/update"
}
@@ -388,14 +388,14 @@ export default {
this.careId = ''
this.formData = {
- content: '',//关怀事项
- concernType: '',//关怀类型
- resiName: '',//关怀人员
+ content: '',//关怀事项
+ concernType: '',//关怀类型
+ resiName: '',//关怀人员
status: 0,//状态 0未完成 1已完成
phone: '',//电话
address: '',//地址
- scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ scheduledTime: '',//预计关怀时间yyyy-mm-dd hh:mm
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
}
diff --git a/src/views/modules/secretaryLog/humanisticCare/careList.vue b/src/views/modules/secretaryLog/humanisticCare/careList.vue
index 06ad3710a..1b5b52ea1 100644
--- a/src/views/modules/secretaryLog/humanisticCare/careList.vue
+++ b/src/views/modules/secretaryLog/humanisticCare/careList.vue
@@ -280,9 +280,9 @@ export default {
scheduledTimeRange: [],
timeRange: [],
formData: {
- content: '',//关怀事项
- concernType: '',//关怀类型
- resiName: '',//关怀人员
+ content: '',//关怀事项
+ concernType: '',//关怀类型
+ resiName: '',//关怀人员
status: '',//状态 0未完成 1已完成
startTime: '',//开始时间 yyyy-mm-dd
endTime: '',//结束时间 yyyy-mm-dd
@@ -320,7 +320,7 @@ export default {
async loadTable () {
this.tableLoading = true
- const url = "/gov/project/memoConcern/page"
+ const url = "/governance/memoConcern/page"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern/page"
let params = {
pageSize: this.pageSize,
@@ -408,7 +408,7 @@ export default {
},
async deleteCare (row) {
- const url = "/gov/project/memoConcern/delete"
+ const url = "/governance/memoConcern/delete"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoConcern/delete"
let ids = [row.id]
let params = {
@@ -434,9 +434,9 @@ export default {
this.scheduledTimeRange = []
this.timeRange = []
this.formData = {
- content: '',//关怀事项
- concernType: '',//关怀类型
- resiName: '',//关怀人员
+ content: '',//关怀事项
+ concernType: '',//关怀类型
+ resiName: '',//关怀人员
status: '',//状态 0未完成 1已完成
startTime: '',//开始时间 yyyy-mm-dd
endTime: '',//结束时间 yyyy-mm-dd
@@ -452,7 +452,7 @@ export default {
async handleExport (row) {
let title = '人员关怀详情'
- let url = `/gov/project/memoConcern/${row.id}/exportWord`
+ let url = `/governance/memoConcern/${row.id}/exportWord`
let params = {}
app.ajax.exportFilePost(
diff --git a/src/views/modules/secretaryLog/workLog/form.vue b/src/views/modules/secretaryLog/workLog/form.vue
index a72bbbc07..4cf7032ce 100644
--- a/src/views/modules/secretaryLog/workLog/form.vue
+++ b/src/views/modules/secretaryLog/workLog/form.vue
@@ -115,9 +115,9 @@ export default {
},
id: '',
formData: {
- content: '',//内容
- workType: '',//解决方式
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ content: '',//内容
+ workType: '',//解决方式
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
},
@@ -160,7 +160,7 @@ export default {
async loadFormData () {
// const url = 'http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/detail'
- const url = '/gov/project/memoWorkDiary'
+ const url = '/governance/memoWorkDiary'
let params = {
id: this.id,
readFlag: '0',
@@ -195,7 +195,7 @@ export default {
} else {
await this.addDifficulty()
-
+
}
@@ -212,12 +212,12 @@ export default {
let url = ''
if (this.formType === 'add') {
- url = '/gov/project/memoWorkDiary/save'
+ url = '/governance/memoWorkDiary/save'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/save"
this.formData.id = ''
} else {
- url = '/gov/project/memoWorkDiary/update'
+ url = '/governance/memoWorkDiary/update'
// url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/update"
}
@@ -230,7 +230,7 @@ export default {
message: '操作成功'
})
this.resetData()
-
+
this.$emit('dialogOk')
this.btnDisable = false
this.$store.dispatch('setTipsList')
@@ -308,9 +308,9 @@ export default {
this.id = ''
this.formData = {
- content: '',//内容
- workType: '',//解决方式
- remindTime: '',//提醒时间yyyy-mm-dd hh:mm
+ content: '',//内容
+ workType: '',//解决方式
+ remindTime: '',//提醒时间yyyy-mm-dd hh:mm
attachmentList: []
}
diff --git a/src/views/modules/secretaryLog/workLog/index.vue b/src/views/modules/secretaryLog/workLog/index.vue
index 8b4f9237d..530121aa0 100644
--- a/src/views/modules/secretaryLog/workLog/index.vue
+++ b/src/views/modules/secretaryLog/workLog/index.vue
@@ -184,9 +184,9 @@ export default {
scheduledTimeRange: [],
timeRange: [],
formData: {
- content: '',//内容摘要
- startTime: '',//开始时间yyyy-mm-dd
- endTime: '',//结束时间yyyy-mm-dd
+ content: '',//内容摘要
+ startTime: '',//开始时间yyyy-mm-dd
+ endTime: '',//结束时间yyyy-mm-dd
workType: ''
},
@@ -224,7 +224,7 @@ export default {
async loadTable () {
this.tableLoading = true
- const url = "/gov/project/memoWorkDiary/page"
+ const url = "/governance/memoWorkDiary/page"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/page"
let params = {
pageSize: this.pageSize,
@@ -309,7 +309,7 @@ export default {
},
async deleteDifficulty (row) {
- const url = "/gov/project/memoWorkDiary/delete"
+ const url = "/governance/memoWorkDiary/delete"
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/memoDifficulty/delete"
let ids = [row.id]
let params = {
@@ -334,9 +334,9 @@ export default {
resetSearch () {
this.timeRange = []
this.formData = {
- content: '',//内容摘要
- startTime: '',//开始时间yyyy-mm-dd
- endTime: '',//结束时间yyyy-mm-dd
+ content: '',//内容摘要
+ startTime: '',//开始时间yyyy-mm-dd
+ endTime: '',//结束时间yyyy-mm-dd
workType: ''
}
this.pageSize = 10
@@ -346,7 +346,7 @@ export default {
//导出表格
async handleExport (row) {
- let url = `/gov/project/memoWorkDiary/${row.id}/exportWord`
+ let url = `/governance/memoWorkDiary/${row.id}/exportWord`
let params = {}
await this.$http({
diff --git a/src/views/modules/shequzhili/event/cpts/add.vue b/src/views/modules/shequzhili/event/cpts/add.vue
index 7f5e460d5..b0c0bbcc7 100644
--- a/src/views/modules/shequzhili/event/cpts/add.vue
+++ b/src/views/modules/shequzhili/event/cpts/add.vue
@@ -461,7 +461,7 @@ export default {
}
},
async getCategoryList () {
- const url = "/gov/issue/issueprojectcategorydict/list";
+ const url = "/governance/issueprojectcategorydict/list";
let params = {};
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index 802afef57..ecc20e83e 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -89,7 +89,7 @@
-
@@ -60,11 +60,11 @@
-