-
+
-
+
+
+
-
+
+
+
@@ -61,9 +65,10 @@
+
{{ $t("cancel") }}
- 授权
+
+ 授权
@@ -126,7 +132,7 @@ export default {
))
: ''
this.visible = true
- this.getCaAuth()
+ // this.getCaAuth()
this.$nextTick(() => {
this.$refs['dataForm'].resetFields()
this.dataForm.authorizeTime = [new Date(), new Date()]
@@ -139,7 +145,7 @@ export default {
},
// 获取CA是否授权
async getCaAuth() {
- const { data: res } = await this.$http.get('/quguang/caSign/getAuthKey', {
+ const { data: res } = await this.$http.get('/hz_quguang/caSign/getAuthKey', {
params: {
userId: this.userData.employeeId
}
@@ -152,7 +158,7 @@ export default {
},
// ca授权链接跳转
async caSubmitHandle() {
- const { data: res } = await this.$http.post('/quguang/caSign/getOauthUrl',
+ const { data: res } = await this.$http.post('/hz_quguang/caSign/getOauthUrl',
{
callbackURL: '',
oauthMethod: '3',
@@ -170,7 +176,7 @@ export default {
// 获取信息
async getInfo() {
const { data: res } = await this.$http.get(
- '/quguang/sys/doctor/empower/getEmpowerInfo',
+ '/hz_quguang/sys/doctor/empower/getEmpowerInfo',
{
params: {
employeeId: ''
@@ -183,7 +189,7 @@ export default {
},
// 获取用户列表
async getUserList() {
- const { data: res } = await this.$http.get('/quguang/sys/user')
+ const { data: res } = await this.$http.get('/hz_quguang/sys/user')
if (res.code === 0) {
this.userList = res.data
this.list_filtered = this.userList;
@@ -202,7 +208,7 @@ export default {
},
async dataFormSubmitHandle() {
const { data: res } = await this.$http.post(
- '/quguang/sys/doctor/empower/saveOrUpdate',
+ '/hz_quguang/sys/doctor/empower/saveOrUpdate',
this.dataForm
)
if (res.code === 0) {
diff --git a/src/page-subspecialty/views/main-navbar-update-password.vue b/src/page-subspecialty/views/main-navbar-update-password.vue
index 7cf28d5..1ee346e 100644
--- a/src/page-subspecialty/views/main-navbar-update-password.vue
+++ b/src/page-subspecialty/views/main-navbar-update-password.vue
@@ -89,7 +89,7 @@ export default {
type: 'warning'
})
}
- this.$http.put('/quguang/sys/user/password', this.dataForm).then(({ data: res }) => {
+ this.$http.put('/hz_quguang/sys/user/password', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/main-navbar.vue b/src/page-subspecialty/views/main-navbar.vue
index 01c314b..127574a 100644
--- a/src/page-subspecialty/views/main-navbar.vue
+++ b/src/page-subspecialty/views/main-navbar.vue
@@ -150,7 +150,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
- this.$http.post('/quguang/logout').then(({ data: res }) => {
+ this.$http.post('/hz_quguang/logout').then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/main.vue b/src/page-subspecialty/views/main.vue
index 4d89653..d580155 100644
--- a/src/page-subspecialty/views/main.vue
+++ b/src/page-subspecialty/views/main.vue
@@ -96,7 +96,7 @@ export default {
},
// 获取当前登录用户信息
getUserInfo() {
- return this.$http.get('/quguang/sys/user/info').then(({ data: res }) => {
+ return this.$http.get('/hz_quguang/sys/user/info').then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -105,7 +105,7 @@ export default {
},
// 获取权限
getPermissions() {
- return this.$http.get('/quguang/sys/menu/permissions', {
+ return this.$http.get('/hz_quguang/sys/menu/permissions', {
params: {
drgsName: window.localStorage.getItem('identity')
}
diff --git a/src/page-subspecialty/views/modules/articleManagement/add-or-update.vue b/src/page-subspecialty/views/modules/articleManagement/add-or-update.vue
index 4ecafb0..55b234e 100644
--- a/src/page-subspecialty/views/modules/articleManagement/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/articleManagement/add-or-update.vue
@@ -95,7 +95,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/article/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/article/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -112,7 +112,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/article', { ...this.dataForm, substance: Base64.encode(this.dataForm.substance) }).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/article', { ...this.dataForm, substance: Base64.encode(this.dataForm.substance) }).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/articleManagement/articleContent.vue b/src/page-subspecialty/views/modules/articleManagement/articleContent.vue
index a65ef79..eb9ccc4 100644
--- a/src/page-subspecialty/views/modules/articleManagement/articleContent.vue
+++ b/src/page-subspecialty/views/modules/articleManagement/articleContent.vue
@@ -21,7 +21,7 @@ export default {
},
methods: {
getInfo() {
- this.$http.get(`/quguang/article/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/article/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/articleManagement/index.vue b/src/page-subspecialty/views/modules/articleManagement/index.vue
index 8326cf9..411a89e 100644
--- a/src/page-subspecialty/views/modules/articleManagement/index.vue
+++ b/src/page-subspecialty/views/modules/articleManagement/index.vue
@@ -32,8 +32,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/article/page',
- deleteURL: '/quguang/article',
+ getDataListURL: '/hz_quguang/article/page',
+ deleteURL: '/hz_quguang/article',
getDataListIsPage: true
}
}
diff --git a/src/page-subspecialty/views/modules/batchCaManagement/index.vue b/src/page-subspecialty/views/modules/batchCaManagement/index.vue
index 4969a43..e5658b9 100644
--- a/src/page-subspecialty/views/modules/batchCaManagement/index.vue
+++ b/src/page-subspecialty/views/modules/batchCaManagement/index.vue
@@ -65,8 +65,8 @@ export default {
return {
mixinViewModuleOptions: {
createdIsNeed: false,
- getDataListURL: '/quguang/patient/manage/page',
- deleteURL: '/quguang/patient/manage',
+ getDataListURL: '/hz_quguang/patient/manage/page',
+ deleteURL: '/hz_quguang/patient/manage',
getDataListIsPage: true
},
startEndTime: [],
diff --git a/src/page-subspecialty/views/modules/chargeManagement/alertList/index.vue b/src/page-subspecialty/views/modules/chargeManagement/alertList/index.vue
index 69f6884..b4a7b05 100644
--- a/src/page-subspecialty/views/modules/chargeManagement/alertList/index.vue
+++ b/src/page-subspecialty/views/modules/chargeManagement/alertList/index.vue
@@ -54,8 +54,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/target/earlyWarning',
- deleteURL: '/quguang/sys/role',
+ getDataListURL: '/hz_quguang/sys/target/earlyWarning',
+ deleteURL: '/hz_quguang/sys/role',
deleteIsBatch: true
},
dataForm: {
diff --git a/src/page-subspecialty/views/modules/chargeManagement/alertSet/add-or-update.vue b/src/page-subspecialty/views/modules/chargeManagement/alertSet/add-or-update.vue
index 173b051..fa58815 100644
--- a/src/page-subspecialty/views/modules/chargeManagement/alertSet/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/chargeManagement/alertSet/add-or-update.vue
@@ -103,7 +103,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/target/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/target/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -130,7 +130,7 @@ export default {
// return this.$message.error('值只能填写一个')
// }
// }
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/target', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/target', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/chargeManagement/alertSet/index.vue b/src/page-subspecialty/views/modules/chargeManagement/alertSet/index.vue
index 992eb99..ce6f041 100644
--- a/src/page-subspecialty/views/modules/chargeManagement/alertSet/index.vue
+++ b/src/page-subspecialty/views/modules/chargeManagement/alertSet/index.vue
@@ -44,8 +44,8 @@ export default {
return {
targetNameList: [],
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/target/targetList',
- deleteURL: '/quguang/sys/target'
+ getDataListURL: '/hz_quguang/sys/target/targetList',
+ deleteURL: '/hz_quguang/sys/target'
}
}
},
@@ -55,7 +55,7 @@ export default {
methods: {
// 获取指标名称
async getTargetName() {
- const { data: res } = await this.$http.get('/quguang/sys/target/selectTarget')
+ const { data: res } = await this.$http.get('/hz_quguang/sys/target/selectTarget')
if (res.code === 0) {
this.targetNameList = res.data
} else {
@@ -66,7 +66,7 @@ export default {
async switchHandle(scopeRow, e) {
console.log(scopeRow, e)
// 1:开启 0:关闭
- const { data: res } = await this.$http.post('/quguang/sys/target/switchStatus', {
+ const { data: res } = await this.$http.post('/hz_quguang/sys/target/switchStatus', {
id: scopeRow.id,
status: e === false ? 0 : 1
})
diff --git a/src/page-subspecialty/views/modules/chargeManagement/dataControl/index.vue b/src/page-subspecialty/views/modules/chargeManagement/dataControl/index.vue
index 42b0021..4658547 100644
--- a/src/page-subspecialty/views/modules/chargeManagement/dataControl/index.vue
+++ b/src/page-subspecialty/views/modules/chargeManagement/dataControl/index.vue
@@ -169,7 +169,7 @@ export default {
data() {
return {
// mixinViewModuleOptions: {
- // getDataListURL: '/quguang/qgzk/getPatientList',
+ // getDataListURL: '/hz_quguang/qgzk/getPatientList',
// getDataListIsPage: true,
// createdIsNeed: false
// },
@@ -221,7 +221,7 @@ export default {
spinner: 'el-icon-loading',
background: 'rgba(255, 255, 255, 0.7)'
})
- const { data: res } = await this.$http.get('/quguang/qgzk/getPatientList', {
+ const { data: res } = await this.$http.get('/hz_quguang/qgzk/getPatientList', {
params: {
orderType: this.orderType,
orderColumn: this.orderColumn,
@@ -249,7 +249,7 @@ export default {
},
// 获取检查设备列表
async getDeviceList() {
- const { data: res } = await this.$http.get('/quguang/qgzk/getDeviceList')
+ const { data: res } = await this.$http.get('/hz_quguang/qgzk/getDeviceList')
if (res.code === 0) {
this.deviceList = res.data
} else {
@@ -266,7 +266,7 @@ export default {
async getExamItemList() {
console.log(123)
if (this.currentPatient && Object.keys(this.currentPatient).length > 0) {
- const { data: res } = await this.$http.get('/quguang/qgzk/getExamItemList', {
+ const { data: res } = await this.$http.get('/hz_quguang/qgzk/getExamItemList', {
params: {
risNo: this.currentPatient ? this.currentPatient.risNo : '',
deviceId: this.dataForm.deviceId ? this.dataForm.deviceId : ''
@@ -296,7 +296,7 @@ export default {
if (this.currentCheckItem && Object.keys(this.currentCheckItem).length > 0) {
// this.$http({
// method: 'get',
- // url: '/quguang/qgzk/getExamFiles',
+ // url: '/hz_quguang/qgzk/getExamFiles',
// headers: {
// 'Content-Type': 'application/pdf'
// },
@@ -306,7 +306,7 @@ export default {
// }).then((res)=>{
// console.log('res',res);
// })
- const { data: res } = await this.$http.get('/quguang/qgzk/getExamFiles', {
+ const { data: res } = await this.$http.get('/hz_quguang/qgzk/getExamFiles', {
params: {
examNo: this.currentCheckItem.examNo
}
@@ -352,7 +352,7 @@ export default {
deletePdf() {
console.log('删除pdf', this.currentCheckItem)
this.$confirmFun('您确定要删除此文件吗?', '您已取消删除').then(async () => {
- const { data: res } = await this.$http.delete('/quguang/qgzk/delExamFile', {
+ const { data: res } = await this.$http.delete('/hz_quguang/qgzk/delExamFile', {
params: {
recId: this.currentPdfItem.recId
}
@@ -377,7 +377,7 @@ export default {
},
// 获取核查数据
async getExamDataList() {
- const { data: res } = await this.$http.get('/quguang/qgzk/getExamDataList', {
+ const { data: res } = await this.$http.get('/hz_quguang/qgzk/getExamDataList', {
params: {
examNo: this.currentCheckItem.examNo,
examItemFlag: this.currentCheckItem.examItemFlag
@@ -395,7 +395,7 @@ export default {
// 数据核查-删除数据
deleteHandle(scopeRow) {
this.$confirmFun('您确定要删除此数据吗?', '您已取消删除').then(async () => {
- const { data: res } = await this.$http.delete('/quguang/qgzk/delExamData', {
+ const { data: res } = await this.$http.delete('/hz_quguang/qgzk/delExamData', {
params: {
recId: scopeRow.recId,
examItemFlag: this.currentCheckItem.examItemFlag
@@ -414,7 +414,7 @@ export default {
},
// 数据核查-确认数据
async sureHandle(scopeRow) {
- const { data: res } = await this.$http.post('/quguang/qgzk/dataConfirm', {
+ const { data: res } = await this.$http.post('/hz_quguang/qgzk/dataConfirm', {
recId: scopeRow.recId,
examItemFlag: this.currentCheckItem.examItemFlag
})
diff --git a/src/page-subspecialty/views/modules/dataManagement/computerInspect.vue b/src/page-subspecialty/views/modules/dataManagement/computerInspect.vue
index e69bacb..6e6963e 100644
--- a/src/page-subspecialty/views/modules/dataManagement/computerInspect.vue
+++ b/src/page-subspecialty/views/modules/dataManagement/computerInspect.vue
@@ -98,8 +98,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/vision/find',
- deleteURL: '/quguang/pat/Manage',
+ getDataListURL: '/hz_quguang/vision/find',
+ deleteURL: '/hz_quguang/pat/Manage',
getDataListIsPage: true
},
dataForm: {
@@ -136,7 +136,7 @@ export default {
background: 'rgba(0, 0, 0, 0.7)',
customClass: 'export-loading'
})
- this.$http.post('/quguang/vision/exportExcel',
+ this.$http.post('/hz_quguang/vision/exportExcel',
{
recIds: this.currentTableList.map(item => item.recId)
},
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/HIS-add.vue b/src/page-subspecialty/views/modules/outpatientManagement/HIS-add.vue
index e663666..9ae49d5 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/HIS-add.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/HIS-add.vue
@@ -89,7 +89,7 @@ export default {
if (flag === 2 && !this.dataFormHis.patientId && !this.dataFormHis.patientName && !this.dataFormHis.patientIdNumber) {
return this.$message.error('搜索内容不能为空')
}
- const { data: res } = await this.$http.get('/quguang/patient/manage/getHisPatientList', {
+ const { data: res } = await this.$http.get('/hz_quguang/patient/manage/getHisPatientList', {
params: this.dataFormHis
})
if (res.code === 0) {
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/editPatid.vue b/src/page-subspecialty/views/modules/outpatientManagement/editPatid.vue
index 84521f3..44c68fb 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/editPatid.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/editPatid.vue
@@ -59,7 +59,7 @@ export default {
if (!valid) {
return false
}
- this.$http.post('/quguang/pat/Manage/updateIdNumber', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/pat/Manage/updateIdNumber', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/index.vue
index 0b519ab..41c1947 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/index.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/index.vue
@@ -171,7 +171,7 @@ export default {
return {
mixinViewModuleOptions: {
createdIsNeed: false,
- getDataListURL: '/quguang/patient/manage/page',
+ getDataListURL: '/hz_quguang/patient/manage/page',
getDataListIsPage: true
},
startEndTime: [],
@@ -271,7 +271,7 @@ export default {
},
// 获取手术医生列表
async getDoctorList() {
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getDoctorList')
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getDoctorList')
if (res.code === 0) {
this.doctorList = res.data
} else {
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/patient-add-or-update.vue
index 9a29045..ace2de9 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/patient-add-or-update.vue
@@ -126,7 +126,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -145,7 +145,7 @@ export default {
},
// 获取随访列表
async getVisitList() {
- const { data: res } = await this.$http.get('/quguang/visit/getList')
+ const { data: res } = await this.$http.get('/hz_quguang/visit/getList')
if (res.code === 0) {
this.visitList = res.data
} else {
@@ -161,7 +161,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/patient/manage', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/patient/manage', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/patientManagement/HIS-add.vue b/src/page-subspecialty/views/modules/patientManagement/HIS-add.vue
index 0a0215d..39732d5 100644
--- a/src/page-subspecialty/views/modules/patientManagement/HIS-add.vue
+++ b/src/page-subspecialty/views/modules/patientManagement/HIS-add.vue
@@ -89,7 +89,7 @@ export default {
if (flag === 2 && !this.dataFormHis.patientId && !this.dataFormHis.patientName && !this.dataFormHis.patientIdNumber) {
return this.$message.error('搜索内容不能为空')
}
- const { data: res } = await this.$http.get('/quguang/patient/manage/getHisPatientList', {
+ const { data: res } = await this.$http.get('/hz_quguang/patient/manage/getHisPatientList', {
params: this.dataFormHis
})
if (res.code === 0) {
diff --git a/src/page-subspecialty/views/modules/patientManagement/editPatid.vue b/src/page-subspecialty/views/modules/patientManagement/editPatid.vue
index 84521f3..44c68fb 100644
--- a/src/page-subspecialty/views/modules/patientManagement/editPatid.vue
+++ b/src/page-subspecialty/views/modules/patientManagement/editPatid.vue
@@ -59,7 +59,7 @@ export default {
if (!valid) {
return false
}
- this.$http.post('/quguang/pat/Manage/updateIdNumber', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/pat/Manage/updateIdNumber', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/patientManagement/index.vue b/src/page-subspecialty/views/modules/patientManagement/index.vue
index 9ba7549..472f36b 100644
--- a/src/page-subspecialty/views/modules/patientManagement/index.vue
+++ b/src/page-subspecialty/views/modules/patientManagement/index.vue
@@ -242,8 +242,8 @@ export default {
return {
mixinViewModuleOptions: {
createdIsNeed: false,
- getDataListURL: '/quguang/patient/manage/page',
- deleteURL: '/quguang/patient/manage',
+ getDataListURL: '/hz_quguang/patient/manage/page',
+ deleteURL: '/hz_quguang/patient/manage',
getDataListIsPage: true
},
cheackAllFooter: false,
@@ -338,7 +338,7 @@ export default {
},
// 获取手术医生列表
async getDoctorList() {
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getDoctorList')
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getDoctorList')
if (res.code === 0) {
this.doctorList = res.data
} else {
@@ -372,7 +372,7 @@ export default {
},
// 发送问卷
async sendQuestionHandle(scopeRow) {
- const { data: res } = await this.$http.get(`/quguang/patient/manage/callbackWechat/${scopeRow.patientCentreId}/${scopeRow.patientIdNumber}/${scopeRow.patientId}/${scopeRow.patientName}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/patient/manage/callbackWechat/${scopeRow.patientCentreId}/${scopeRow.patientIdNumber}/${scopeRow.patientId}/${scopeRow.patientName}`)
if (res.code === 0) {
this.$message({
message: '发送问卷成功',
diff --git a/src/page-subspecialty/views/modules/patientManagement/patient-add-or-update.vue b/src/page-subspecialty/views/modules/patientManagement/patient-add-or-update.vue
index d147fbf..8a91cad 100644
--- a/src/page-subspecialty/views/modules/patientManagement/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/patientManagement/patient-add-or-update.vue
@@ -133,7 +133,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -152,7 +152,7 @@ export default {
},
// 获取随访列表
async getVisitList() {
- const { data: res } = await this.$http.get('/quguang/visit/getList')
+ const { data: res } = await this.$http.get('/hz_quguang/visit/getList')
if (res.code === 0) {
this.visitList = res.data
} else {
@@ -168,7 +168,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/patient/manage', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/patient/manage', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/propagandaManagement/notification/add-propaganda.vue b/src/page-subspecialty/views/modules/propagandaManagement/notification/add-propaganda.vue
index a9b7e23..b660fcc 100644
--- a/src/page-subspecialty/views/modules/propagandaManagement/notification/add-propaganda.vue
+++ b/src/page-subspecialty/views/modules/propagandaManagement/notification/add-propaganda.vue
@@ -73,7 +73,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/preach/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/preach/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -89,7 +89,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/preach', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/preach', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/propagandaManagement/notification/index.vue b/src/page-subspecialty/views/modules/propagandaManagement/notification/index.vue
index 6e3f9e7..6d19c48 100644
--- a/src/page-subspecialty/views/modules/propagandaManagement/notification/index.vue
+++ b/src/page-subspecialty/views/modules/propagandaManagement/notification/index.vue
@@ -56,8 +56,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/preach',
- deleteURL: '/quguang/preach',
+ getDataListURL: '/hz_quguang/preach',
+ deleteURL: '/hz_quguang/preach',
deleteIsBatch: true,
getDataListIsPage: false
},
diff --git a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-table.vue b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-table.vue
index 6c46447..35336a7 100644
--- a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-table.vue
+++ b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-table.vue
@@ -190,7 +190,7 @@ export default {
},
methods: {
async getCountArticleList(params, flag) {
- const { data: res } = await this.$http.get('/quguang/propagation/page', {
+ const { data: res } = await this.$http.get('/hz_quguang/propagation/page', {
params: this.dataForm
})
if (res.code === 0) {
@@ -227,7 +227,7 @@ export default {
},
// 宣教配置
async articleConfigClick() {
- const { data: res } = await this.$http.post('/quguang/preach/updateConfig', this.setDataForm)
+ const { data: res } = await this.$http.post('/hz_quguang/preach/updateConfig', this.setDataForm)
if (res.code === 0) {
this.$message({
message: '配置成功',
@@ -240,7 +240,7 @@ export default {
},
// 获取宣教配置
async getArticleConfig() {
- const { data: res } = await this.$http.get('/quguang/preach/getPreachConfig')
+ const { data: res } = await this.$http.get('/hz_quguang/preach/getPreachConfig')
if (res.code === 0) {
res.data ? this.setDataForm = res.data : ''
} else {
diff --git a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-模块化 -1.vue b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-模块化 -1.vue
index 878af0a..5b95de0 100644
--- a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-模块化 -1.vue
+++ b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index-模块化 -1.vue
@@ -217,7 +217,7 @@ export default {
},
methods: {
async getCountArticleList(params, flag) {
- const { data: res } = await this.$http.get('/quguang/propagation/page', {
+ const { data: res } = await this.$http.get('/hz_quguang/propagation/page', {
params: this.dataForm
})
if (res.code === 0) {
@@ -254,7 +254,7 @@ export default {
},
// 宣教配置
async articleConfigClick() {
- const { data: res } = await this.$http.post('/quguang/preach/updateConfig', this.setDataForm)
+ const { data: res } = await this.$http.post('/hz_quguang/preach/updateConfig', this.setDataForm)
if (res.code === 0) {
this.$message({
message: '配置成功',
@@ -267,7 +267,7 @@ export default {
},
// 获取宣教配置
async getArticleConfig() {
- const { data: res } = await this.$http.get('/quguang/preach/getPreachConfig')
+ const { data: res } = await this.$http.get('/hz_quguang/preach/getPreachConfig')
if (res.code === 0) {
res.data ? this.setDataForm = res.data : ''
} else {
diff --git a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index.vue b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index.vue
index 931405b..c75f37f 100644
--- a/src/page-subspecialty/views/modules/propagandaManagement/statistics/index.vue
+++ b/src/page-subspecialty/views/modules/propagandaManagement/statistics/index.vue
@@ -219,7 +219,7 @@ export default {
},
methods: {
async getCountArticleList(params, flag) {
- const { data: res } = await this.$http.get('/quguang/propagation/page', {
+ const { data: res } = await this.$http.get('/hz_quguang/propagation/page', {
params: this.dataForm
})
if (res.code === 0) {
@@ -256,7 +256,7 @@ export default {
},
// 宣教配置
async articleConfigClick() {
- const { data: res } = await this.$http.post('/quguang/preach/updateConfig', this.setDataForm)
+ const { data: res } = await this.$http.post('/hz_quguang/preach/updateConfig', this.setDataForm)
if (res.code === 0) {
this.$message({
message: '配置成功',
@@ -269,7 +269,7 @@ export default {
},
// 获取宣教配置
async getArticleConfig() {
- const { data: res } = await this.$http.get('/quguang/preach/getPreachConfig')
+ const { data: res } = await this.$http.get('/hz_quguang/preach/getPreachConfig')
if (res.code === 0) {
res.data ? this.setDataForm = res.data : ''
} else {
diff --git a/src/page-subspecialty/views/modules/questionManagement/editPatid.vue b/src/page-subspecialty/views/modules/questionManagement/editPatid.vue
index 4617d4d..83d26e6 100644
--- a/src/page-subspecialty/views/modules/questionManagement/editPatid.vue
+++ b/src/page-subspecialty/views/modules/questionManagement/editPatid.vue
@@ -86,7 +86,7 @@ export default {
if (!valid) {
return false
}
- this.$http.post('/quguang/survey/bindSurvey', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/survey/bindSurvey', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/questionManagement/index.vue b/src/page-subspecialty/views/modules/questionManagement/index.vue
index 2df0954..b7e3dee 100644
--- a/src/page-subspecialty/views/modules/questionManagement/index.vue
+++ b/src/page-subspecialty/views/modules/questionManagement/index.vue
@@ -99,7 +99,7 @@ export default {
return {
mixinViewModuleOptions: {
createdIsNeed: false,
- getDataListURL: '/quguang/survey/getSurveyList',
+ getDataListURL: '/hz_quguang/survey/getSurveyList',
getDataListIsPage: true
},
editPatidVisible: false,
diff --git a/src/page-subspecialty/views/modules/questionManagement/patient-add-or-update.vue b/src/page-subspecialty/views/modules/questionManagement/patient-add-or-update.vue
index d147fbf..8a91cad 100644
--- a/src/page-subspecialty/views/modules/questionManagement/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/questionManagement/patient-add-or-update.vue
@@ -133,7 +133,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -152,7 +152,7 @@ export default {
},
// 获取随访列表
async getVisitList() {
- const { data: res } = await this.$http.get('/quguang/visit/getList')
+ const { data: res } = await this.$http.get('/hz_quguang/visit/getList')
if (res.code === 0) {
this.visitList = res.data
} else {
@@ -168,7 +168,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/patient/manage', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/patient/manage', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/add-archivs.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/add-archivs.vue
index 1da057a..c1cc504 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/add-archivs.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/add-archivs.vue
@@ -76,7 +76,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/patient/archive', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/patient/archive', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/add-caseForm.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/add-caseForm.vue
index 44d6def..72e382d 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/add-caseForm.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/add-caseForm.vue
@@ -78,7 +78,7 @@ export default {
// 1、手术计划当天一个人只能生成一份
// 2、如果另一个人添加手术计划就提醒已经存在一份了是否继续添加
// 大于0提示
- const { data: res } = await this.$http.get('/quguang/medical/record/getMedicalCount', {
+ const { data: res } = await this.$http.get('/hz_quguang/medical/record/getMedicalCount', {
params: {
patientIdNumber: this.patientInfoObj.patientIdNumber,
formName: this.dataForm.formName,
@@ -98,7 +98,7 @@ export default {
}
},
addForm() {
- this.$http.post('/quguang/medical/record', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/medical/record', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/case-template-drawer.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/case-template-drawer.vue
index 2f21119..0814970 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/case-template-drawer.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/case-template-drawer.vue
@@ -60,7 +60,7 @@ export default {
},
async getTypeTemplate() {
this.nodataShow = false
- const { data: res } = await this.$http.get(`/quguang/medical/record/template/getListByType/${this.activeName}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/medical/record/template/getListByType/${this.activeName}`)
if (res.code === 0) {
this.typeTemplateList = res.data
this.tabItemList = res.data
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/index.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/index.vue
index 518e6bb..b4af364 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/index.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/index.vue
@@ -522,7 +522,7 @@ export default {
async getArchiveCaseList(archiveId, dataList) {
console.log(archiveId)
this.noDataShow = false
- const { data: res } = await this.$http.get(`/quguang/medical/record/getList/${archiveId}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/medical/record/getList/${archiveId}`)
if (res.code === 0) {
this.archiveCaseCRFList = JSON.parse(JSON.stringify(res.data))
this.archiveListOperaIndex = this.archiveCaseCRFList.findIndex(item => item.crfType === '手术')
@@ -561,7 +561,7 @@ export default {
// 解决表单显示隐藏问题
// (如果不加,第一次点击和第二次点击是相同表单名称的情况下,表单不会隐藏后再显示,就会出现data中的formListValue值还是使用上一个表单中的值)
this.formFlag = 1
- const { data: res } = await this.$http.get(`/quguang/from/data/${this.dataForm.id}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/from/data/${this.dataForm.id}`)
if (res.code !== 0) {
this.loading = false
return this.$message.error(res.msg)
@@ -615,7 +615,7 @@ export default {
deleteCRFList(item) {
// console.log(item)
this.$confirmFun('你确定要删除此病历吗?').then(async() => {
- const { data: res } = await this.$http.delete(`/quguang/medical/record/${item.id}`)
+ const { data: res } = await this.$http.delete(`/hz_quguang/medical/record/${item.id}`)
if (res.code === 0) {
this.getArchiveCaseList(this.currentArchiveList.id)
this.$message({
@@ -696,7 +696,7 @@ export default {
// 1、手术计划当天一个人只能生成一份
// 2、如果另一个人添加手术计划就提醒已经存在一份了是否继续添加
// 大于0提示
- const { data: res } = await this.$http.get('/quguang/medical/record/getMedicalCount', {
+ const { data: res } = await this.$http.get('/hz_quguang/medical/record/getMedicalCount', {
params: {
patientIdNumber: this.patientInfoObj.patientIdNumber,
formName: item.name,
@@ -719,7 +719,7 @@ export default {
}
},
async addForm(item) {
- const { data: res } = await this.$http.post('/quguang/medical/record', {
+ const { data: res } = await this.$http.post('/hz_quguang/medical/record', {
archiveId: this.currentArchiveList.id,
crfId: item.id,
formDate: dateFilterTwo(this.$moment().format('L')), // 2022/04/29,
@@ -739,7 +739,7 @@ export default {
},
// 根据类型获取模板列表
async getCRFList(type) {
- const { data: res } = await this.$http.get(`/quguang/crf/template/getListByType/${type}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/crf/template/getListByType/${type}`)
if (res.code === 0) {
this.commeFormList = res.data
} else {
@@ -763,7 +763,7 @@ export default {
},
// 判断表单是否正在编辑
async getErmUpdating() {
- const { data: res } = await this.$http.get('/quguang/medical/record/getErmUpdating', {
+ const { data: res } = await this.$http.get('/hz_quguang/medical/record/getErmUpdating', {
params: {
formId: this.archiveCaseCRFItem.id
}
@@ -784,7 +784,7 @@ export default {
},
// 表单正在编辑保存状态
async getSaveErmUpdating() {
- const { data: res } = await this.$http.post('/quguang/medical/record/saveErmUpdating', {
+ const { data: res } = await this.$http.post('/hz_quguang/medical/record/saveErmUpdating', {
formId: this.archiveCaseCRFItem.id
})
if (res.code !== 0) {
@@ -793,7 +793,7 @@ export default {
},
// 删除表单正在编辑状态
async deleteErmUpdating(formId) {
- const { data: res } = await this.$http.delete('/quguang/medical/record/deleteErmUpdating', {
+ const { data: res } = await this.$http.delete('/hz_quguang/medical/record/deleteErmUpdating', {
params: {
formId: formId,
employeeId: this.userData.employeeId
@@ -804,7 +804,7 @@ export default {
}
},
async saveCrfDescriptionH5(text) {
- const { data: res } = await this.$http.post('/quguang/from/data/saveWriteVisit', {
+ const { data: res } = await this.$http.post('/hz_quguang/from/data/saveWriteVisit', {
formContent: JSON.stringify(this.$refs[text].formListValue),
id: this.archiveCaseCRFItem.id
})
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/intelligent-filling-drawer.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/intelligent-filling-drawer.vue
index 93b928a..bd39417 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/intelligent-filling-drawer.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/intelligent-filling-drawer.vue
@@ -130,7 +130,7 @@ export default {
},
init() {
this.$nextTick(() => {
- this.$http.get('/quguang/crf/template', { params: { crfId: this.crfId }}).then(({ data: res }) => {
+ this.$http.get('/hz_quguang/crf/template', { params: { crfId: this.crfId }}).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -140,7 +140,7 @@ export default {
}
}).catch(() => { })
- // this.$http.get(`/quguang/from/data/getFirstFeedbackData/${this.patientIdNumber}`).then(({ data: res }) => {
+ // this.$http.get(`/hz_quguang/from/data/getFirstFeedbackData/${this.patientIdNumber}`).then(({ data: res }) => {
// if (res.code !== 0) {
// return this.$message.error(res.msg)
// }
@@ -180,7 +180,7 @@ export default {
const ifrDoc = ifr.contentWindow.document || ifr.contentDocument
const body = ifrDoc.getElementsByTagName('body')[0]
const crfContent = body.innerHTML
- this.$http.post('/quguang/crf/form', {
+ this.$http.post('/hz_quguang/crf/form', {
crfId: this.crfId,
dataContent: Base64.encode(crfContent),
idNumber: this.patientIdNumber,
diff --git a/src/page-subspecialty/views/modules/seeDoctor/archives/record-file.vue b/src/page-subspecialty/views/modules/seeDoctor/archives/record-file.vue
index a810528..d6c1c5f 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/archives/record-file.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/archives/record-file.vue
@@ -134,14 +134,14 @@ export default {
// 保存谈话清单
async checkboxChangeHandle(value) {
console.log(value)
- const { data: res } = await this.$http.post('/quguang/medical/record/saveTalkList', {
+ const { data: res } = await this.$http.post('/hz_quguang/medical/record/saveTalkList', {
formId: this.formId,
dataJson: JSON.stringify(value)
})
},
// 获取谈话清单
async getTalkList() {
- const { data: res } = await this.$http.get(`/quguang/medical/record/getTalkList/${this.formId}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/medical/record/getTalkList/${this.formId}`)
if (res.code === 0) {
this.checkList = res.data ? JSON.parse(res.data) : []
} else {
@@ -244,7 +244,7 @@ export default {
this.$http({
method: 'post',
- url: '/quguang/medical/record/saveTalkRecord',
+ url: '/hz_quguang/medical/record/saveTalkRecord',
headers: {
'Content-Type': 'multipart/form-data'
},
@@ -260,7 +260,7 @@ export default {
// 获取激光角膜屈光手术同意书谈话记录
async getTalkTecord() {
this.recordFlag = false
- const { data: res } = await this.$http.get(`/quguang/medical/record/getTalkRecord/${this.formId}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/medical/record/getTalkRecord/${this.formId}`)
if (res.code === 0) {
this.recordList = res.data
this.recordFlag = true
diff --git a/src/page-subspecialty/views/modules/seeDoctor/changeRecord.vue b/src/page-subspecialty/views/modules/seeDoctor/changeRecord.vue
index cd07735..7aa7549 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/changeRecord.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/changeRecord.vue
@@ -47,7 +47,7 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/visit/patient/getChangeRecord',
+ getDataListURL: '/hz_quguang/visit/patient/getChangeRecord',
getDataListIsPage: true,
createdIsNeed: false
},
diff --git a/src/page-subspecialty/views/modules/seeDoctor/edit-follow-unit-visit.vue b/src/page-subspecialty/views/modules/seeDoctor/edit-follow-unit-visit.vue
index 84aa929..cf10579 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/edit-follow-unit-visit.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/edit-follow-unit-visit.vue
@@ -78,7 +78,7 @@ export default {
},
// 获取随访列表
async getVisitList() {
- const { data: res } = await this.$http.get('/quguang/visit/getList')
+ const { data: res } = await this.$http.get('/hz_quguang/visit/getList')
if (res.code === 0) {
this.visitList = res.data
} else {
@@ -92,7 +92,7 @@ export default {
return false
}
// 修改随访方案/修改下次来访
- const url = this.title === '修改随访方案' ? '/quguang/visit/patient/bindPat' : '/quguang/visit/patient/updateNextVisitDate'
+ const url = this.title === '修改随访方案' ? '/hz_quguang/visit/patient/bindPat' : '/hz_quguang/visit/patient/updateNextVisitDate'
const dataList = this.title === '修改随访方案' ? {
visitId: this.dataForm.visitId,
remark: this.dataForm.remark,
diff --git a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/add-follow-record.vue b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/add-follow-record.vue
index 20af412..d265de5 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/add-follow-record.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/add-follow-record.vue
@@ -76,7 +76,7 @@ export default {
return false
}
this.dataForm.centreId = JSON.parse(window.localStorage.getItem('qg-userData')).centreId
- this.$http.post('/quguang/from/data', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/from/data', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecord.vue b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecord.vue
index c7c95fe..d5bb6f8 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecord.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecord.vue
@@ -178,7 +178,7 @@ export default {
},
// 根据类型获取随访表单列表
async getFollowFormList() {
- const { data: res } = await this.$http.get('/quguang/crf/template/getListByType/随访')
+ const { data: res } = await this.$http.get('/hz_quguang/crf/template/getListByType/随访')
if (res.code === 0) {
this.followFormList = res.data
} else {
@@ -234,7 +234,7 @@ export default {
item ? this.dataForm = { ...this.dataForm, ...item } : ''
this.crfVisible = false
this.$nextTick(() => {
- this.$http.get(`/quguang/from/data/${this.dataForm.formId}`)
+ this.$http.get(`/hz_quguang/from/data/${this.dataForm.formId}`)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
@@ -267,7 +267,7 @@ export default {
this.loading = true
const addFromData = data
data ? this.dataForm = data : ''
- const { data: res } = await this.$http.get(`/quguang/from/data/${this.patientCentreId}/${this.patientIdNumber}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/from/data/${this.patientCentreId}/${this.patientIdNumber}`)
if (res.code === 0) {
if (res.data.length > 0) {
res.data.forEach(item => {
@@ -340,7 +340,7 @@ export default {
// 删除
async deleteHandle() {
this.$confirmFun('你确定要删除此随访记录吗?').then(async() => {
- const { data: res } = await this.$http.delete(`/quguang/from/data/${this.dataForm.id}`)
+ const { data: res } = await this.$http.delete(`/hz_quguang/from/data/${this.dataForm.id}`)
if (res.code === 0) {
this.$message({
message: this.$t('prompt.success'),
diff --git a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecordList.vue b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecordList.vue
index 1048c67..ef3d710 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecordList.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/followUpRecord/followUpRecordList.vue
@@ -58,7 +58,7 @@ export default {
})
},
async getVisitRecord() {
- const { data: res } = await this.$http.get(`/quguang/visit/record/${this.patientIdNumber}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/visit/record/${this.patientIdNumber}`)
if (res.code === 0) {
this.visitRecordList = res.data
} else {
diff --git a/src/page-subspecialty/views/modules/seeDoctor/index.vue b/src/page-subspecialty/views/modules/seeDoctor/index.vue
index c67a261..992e756 100644
--- a/src/page-subspecialty/views/modules/seeDoctor/index.vue
+++ b/src/page-subspecialty/views/modules/seeDoctor/index.vue
@@ -143,7 +143,7 @@ export default {
patientInfoShow: false,
patientInfoTitle: '显示【患者基本信息】',
mixinViewModuleOptions: {
- deleteURL: '/quguang/patient/archive'
+ deleteURL: '/hz_quguang/patient/archive'
},
patientInfo: [],
patientInfoObj: {},
@@ -229,7 +229,7 @@ export default {
this.patientCentreId = this.pageParams.patientCentreId
this.getPatientInfo()
this.getArchiveList()
- this.getWarnInfo()
+ // this.getWarnInfo()
},
mounted() {
// setTimeout(() => {
@@ -249,7 +249,7 @@ export default {
},
// 获取患者信息
async getPatientInfo() {
- this.$http.get(`/quguang/patient/manage/${this.patientCentreId}/${this.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.patientCentreId}/${this.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -258,7 +258,7 @@ export default {
},
// 获取预警信息
async getWarnInfo() {
- const { data: res } = await this.$http.get('/quguang/sys/target/getPatientWarn', {
+ const { data: res } = await this.$http.get('/hz_quguang/sys/target/getPatientWarn', {
params: {
centreId: this.patientCentreId,
patientIdNumber: this.patientIdNumber
@@ -274,7 +274,7 @@ export default {
async getArchiveList() {
this.archiveDataShow = false
this.isRightArchivsShow = false
- const { data: res } = await this.$http.get(`/quguang/patient/archive/${this.patientCentreId}/${this.patientIdNumber}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/patient/archive/${this.patientCentreId}/${this.patientIdNumber}`)
if (res.code === 0) {
this.archiveList = res.data
this.activeName = res.data.length > 0 ? res.data[0].id : ''
diff --git a/src/page-subspecialty/views/modules/statisticalAnalysis/data-statis.vue b/src/page-subspecialty/views/modules/statisticalAnalysis/data-statis.vue
index a3d0e65..d0457fa 100644
--- a/src/page-subspecialty/views/modules/statisticalAnalysis/data-statis.vue
+++ b/src/page-subspecialty/views/modules/statisticalAnalysis/data-statis.vue
@@ -88,7 +88,7 @@ export default {
datequery: ''
},
mixinViewModuleOptions: {
- getDataListURL: '/quguang/flow/findCount',
+ getDataListURL: '/hz_quguang/flow/findCount',
getDataListIsPage: true
},
dataForm: {
@@ -118,7 +118,7 @@ export default {
},
// 获取柱形图和折线图数据
async getEchartsData() {
- const { data: res } = await this.$http.get('/quguang/flow/getEchartsData')
+ const { data: res } = await this.$http.get('/hz_quguang/flow/getEchartsData')
if (res.code === 0) {
this.echartsData = res.data
} else {
diff --git a/src/page-subspecialty/views/modules/statisticalManagement/index.vue b/src/page-subspecialty/views/modules/statisticalManagement/index.vue
index ab4d7af..10b29cd 100644
--- a/src/page-subspecialty/views/modules/statisticalManagement/index.vue
+++ b/src/page-subspecialty/views/modules/statisticalManagement/index.vue
@@ -176,7 +176,7 @@ export default {
// 获取今日数据统计
async getTodayCensus() {
this.todayShow = false
- const { data: res } = await this.$http.get('/quguang/data/analyse/todayCensus')
+ const { data: res } = await this.$http.get('/hz_quguang/data/analyse/todayCensus')
this.todayCensusList = res.data
const opera = this.todayCensusList.opera
const schedule = this.todayCensusList.schedule
@@ -188,7 +188,7 @@ export default {
},
// 手术量统计
async getOperaCensus() {
- const { data: res } = await this.$http.get(`/quguang/data/analyse/operaCensus/${this.operationRadioValue}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/data/analyse/operaCensus/${this.operationRadioValue}`)
if (res.code === 0) {
this.operationVolumeList = res.data
} else {
@@ -197,7 +197,7 @@ export default {
},
// 术士统计
async getSSTJList() {
- const { data: res } = await this.$http.get(`/quguang/data/analyse/operaTypeCensus/${this.ssfxRadioValue}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/data/analyse/operaTypeCensus/${this.ssfxRadioValue}`)
if (res.code === 0) {
this.ssfxPieList = res.data
} else {
@@ -206,7 +206,7 @@ export default {
},
// 医生手术量
async getdoctorSSLList() {
- const { data: res } = await this.$http.get(`/quguang/data/analyse/doctorOperaCensus/${this.doctorSSLRadioValue}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/data/analyse/doctorOperaCensus/${this.doctorSSLRadioValue}`)
if (res.code === 0) {
this.doctorSSLBarList = res.data
} else {
@@ -214,7 +214,7 @@ export default {
}
},
async getwjtjList() {
- const { data: res } = await this.$http.get(`/quguang/data/analyse/surveyCensus/${this.wjtjRadioValue}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/data/analyse/surveyCensus/${this.wjtjRadioValue}`)
if (res.code === 0) {
this.wjtjFunnelList = res.data
} else {
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/operationList/index.vue b/src/page-subspecialty/views/modules/surgicalManagement/operationList/index.vue
index aaba668..0ae37e6 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/operationList/index.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/operationList/index.vue
@@ -202,7 +202,7 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/his/opera/schedule/getOperaList',
+ getDataListURL: '/hz_quguang/his/opera/schedule/getOperaList',
getDataListIsPage: true,
createdIsNeed: false
},
@@ -307,7 +307,7 @@ export default {
// 获取手术医生列表
async getDoctorList() {
// type 1: 主刀医生,2:检查医生
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getDoctorList', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getDoctorList', {
params: {
type: 1
}
@@ -407,7 +407,7 @@ export default {
},
// 状态回滚--一级一级回滚
async backOperaStatus(scopeRow) {
- const { data: res } = await this.$http.post('/quguang/pda/backOperaStatus', {
+ const { data: res } = await this.$http.post('/hz_quguang/pda/backOperaStatus', {
operaId: scopeRow.id
})
if (res.code === 0) {
@@ -424,7 +424,7 @@ export default {
if (!this.remark) {
return this.$message.error('请填写取消理由后再执行下一步操作')
}
- const { data: res } = await this.$http.delete('/quguang/opera/reservation/delete', {
+ const { data: res } = await this.$http.delete('/hz_quguang/opera/reservation/delete', {
params: {
operaPatientId: this.currentPatientInfo.id,
remark: this.remark
@@ -483,7 +483,7 @@ export default {
},
// 保存生命体征封装
async funsaveLife(parmas) {
- const { data: res } = await this.$http.post('/quguang/pda/saveOrUpdate', parmas)
+ const { data: res } = await this.$http.post('/hz_quguang/pda/saveOrUpdate', parmas)
if (res.code === 0) {
this.$message({
message: '您已保存成功',
@@ -499,7 +499,7 @@ export default {
async signHandle(scopeRow) {
let newStatus = scopeRow.status + 1
console.log('newstatus',newStatus);
- const { data: res } = await this.$http.post('/quguang/pda/updateOperaStatus', {
+ const { data: res } = await this.$http.post('/hz_quguang/pda/updateOperaStatus', {
operaId: scopeRow.id,
status: newStatus
})
@@ -516,7 +516,7 @@ export default {
},
// 叫号
async callHandle(scopeRow) {
- const { data: res } = await this.$http.get(`/quguang/his/opera/schedule/callPatient/${scopeRow.id}`)
+ const { data: res } = await this.$http.get(`/hz_quguang/his/opera/schedule/callPatient/${scopeRow.id}`)
if (res.code === 0) {
this.$message({
message: '呼叫成功',
@@ -530,7 +530,7 @@ export default {
}
},
async shenzhouCall(scopeRow) {
- const { data: res } = await this.$http.post('/quguang/his/opera/schedule/shenZhouCallPatient', {
+ const { data: res } = await this.$http.post('/hz_quguang/his/opera/schedule/shenZhouCallPatient', {
hisUserName: this.userData.realName,
hisUserCode: this.userData.employeeId,
msg: `屈光手术室、${scopeRow.patientName}`,
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/choose-scheduled-data.vue b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/choose-scheduled-data.vue
index 07d5c72..1195a48 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/choose-scheduled-data.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/choose-scheduled-data.vue
@@ -65,7 +65,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/centre/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/centre/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/process-scheduled-tab.vue b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/process-scheduled-tab.vue
index 7f65532..2136dbb 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/process-scheduled-tab.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/process-scheduled-tab.vue
@@ -80,8 +80,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/opera/patient/page',
- // deleteURL: '/quguang/patient/manage',
+ getDataListURL: '/hz_quguang/opera/patient/page',
+ // deleteURL: '/hz_quguang/patient/manage',
getDataListIsPage: true
},
cheackAllFooter: false,
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-order.vue b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-order.vue
index 49ad3bd..9aa8ad5 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-order.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-order.vue
@@ -292,7 +292,7 @@
@click="chooseScheduledCheckClick('选择手术日期')"
>选择手术日期
-
+
{
@@ -621,7 +621,7 @@ export default {
if (title === '选择手术日期') {
this.patientInfo.mainDoctorInfo = rowList
} else if (title === '选择核查日期') {
- this.patientInfo.checkDoctorInfo = rowList
+ // this.patientInfo.checkDoctorInfo = rowList
}
// console.log(rowList)
},
@@ -633,7 +633,7 @@ export default {
// 获取患者详情
async getOperationInfo(id) {
this.operaPatientId = id
- const { data: res } = await this.$http.get('/quguang/opera/patient/getOperaInfo', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/patient/getOperaInfo', {
params: {
id: id
}
@@ -768,7 +768,7 @@ export default {
if (title === '选择手术日期') {
this.$refs.chooseScheduledRef.rowListObj = this.patientInfo.mainDoctorInfo ? this.patientInfo.mainDoctorInfo : ''
} else {
- this.$refs.chooseScheduledRef.rowListObj = this.patientInfo.checkDoctorInfo ? this.patientInfo.checkDoctorInfo : ''
+ // this.$refs.chooseScheduledRef.rowListObj = this.patientInfo.checkDoctorInfo ? this.patientInfo.checkDoctorInfo : ''
}
this.$refs.chooseScheduledRef.title = title
@@ -792,24 +792,24 @@ export default {
operaTypeList.forEach(item => {
item.operaEntityList[0] && item.operaEntityList[0].operationName ? '' : item.operaEntityList = []
})
- console.log(this.patientInfo.checkDoctorInfo)
+ // console.log(this.patientInfo.checkDoctorInfo)
if (!this.patientInfo.mainDoctorInfo) {
return this.$message.error('请选择手术日期')
}
- if (!this.patientInfo.checkDoctorInfo) {
- return this.$message.error('请选择术前核查')
- }
+ // if (!this.patientInfo.checkDoctorInfo) {
+ // return this.$message.error('请选择术前核查')
+ // }
const params = {
...this.dataForm,
operaPatientId: this.operaPatientId,
- checkDoctorNumSourceId: this.patientInfo.checkDoctorInfo.id, // 检查医生号源ID
+ // checkDoctorNumSourceId: this.patientInfo.checkDoctorInfo.id, // 检查医生号源ID
mainDoctorNumSourceId: this.patientInfo.mainDoctorInfo.id, // 主刀医生号源ID
diagList: this.patientInfo.diagList, // 术前诊断列表
id: '', // 手术PID--修改时传
operaTypeList: operaTypeList, // 拟施手术列表
operaReservationId: this.patientInfo.operaReservationId // 手术预约ID--修改时传
}
- const url = this.title === '未预约' ? '/quguang/opera/reservation/saveOperaReservation' : '/quguang/opera/reservation/updateOperaReservation'
+ const url = this.title === '未预约' ? '/hz_quguang/opera/reservation/saveOperaReservation' : '/hz_quguang/opera/reservation/updateOperaReservation'
const { data: res } = await this.$http.post(url, params)
if (res.code === 0) {
this.$emit('refreshDataList')
@@ -827,7 +827,7 @@ export default {
}
const params = {
...this.dataForm,
- checkDoctorNumSourceId: this.patientInfo.checkDoctorInfo.id, // 检查医生号源ID
+ // checkDoctorNumSourceId: this.patientInfo.checkDoctorInfo.id, // 检查医生号源ID
mainDoctorNumSourceId: this.patientInfo.mainDoctorInfo.id, // 主刀医生号源ID
diagList: this.patientInfo.diagList, // 术前诊断列表
osOpera: this.osOpera,
@@ -835,7 +835,7 @@ export default {
ouOpera: this.ouOpera,
patientIdNumber: this.patientInfo.patientIdNumber
}
- const { data: res } = await this.$http.post('/quguang/opera/reservation/saveOperaReservationForPatient', params)
+ const { data: res } = await this.$http.post('/hz_quguang/opera/reservation/saveOperaReservationForPatient', params)
if (res.code === 0) {
this.$emit('refreshDataList')
this.visible = false
@@ -847,7 +847,7 @@ export default {
// 审核
async examineHandle(status) {
- const { data: res } = await this.$http.post('/quguang/opera/reservation/operaAudit', {
+ const { data: res } = await this.$http.post('/hz_quguang/opera/reservation/operaAudit', {
hisOperaId: this.dataForm.hisOperaId ? this.dataForm.hisOperaId : 0,
operaPatientId: [this.operaPatientId],
remark: this.dataForm.examine,
@@ -957,7 +957,7 @@ export default {
padding-top: 6px;
.choose-date,
.choose-check {
- width: 50%;
+ width: 100%;
padding: 8px 12px;
background: #eaf2ff;
border-radius: 6px;
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-tab.vue b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-tab.vue
index d57f213..4c8273e 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-tab.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/operationOrder/scheduled-tab.vue
@@ -224,7 +224,7 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/opera/patient/page',
+ getDataListURL: '/hz_quguang/opera/patient/page',
getDataListIsPage: true,
createdIsNeed: false
},
@@ -274,7 +274,7 @@ export default {
// 获取手术医生列表
// type 1主刀 2检查
async getDoctorList() {
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getDoctorList', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getDoctorList', {
params: {
type: 1
}
@@ -287,7 +287,7 @@ export default {
},
// 获取手术列表
async getOperaList() {
- const { data: res } = await this.$http.get('/quguang/opera/patient/getOperaList')
+ const { data: res } = await this.$http.get('/hz_quguang/opera/patient/getOperaList')
if (res.code === 0) {
this.operaList = res.data
} else {
@@ -307,7 +307,7 @@ export default {
async deleteScheduledClick(scopeRow) {
this.$confirmFun('您确定要删除此未预约患者吗?').then(async() => {
const { data: res } = await this.$http({
- url: '/quguang/opera/patient/delete',
+ url: '/hz_quguang/opera/patient/delete',
method: 'delete',
data: [scopeRow.id]
})
@@ -359,7 +359,7 @@ export default {
if (this.status === 2 && !this.remark) {
return this.$message.error('请填写取消理由后再执行下一步操作')
}
- const { data: res } = await this.$http.delete('/quguang/opera/reservation/delete', {
+ const { data: res } = await this.$http.delete('/hz_quguang/opera/reservation/delete', {
params: {
operaPatientId: this.cancleOrderList.id,
remark: this.remark
@@ -409,7 +409,7 @@ export default {
this.examineReviewVisible = true
},
async sureExamineHandle() {
- const { data: res } = await this.$http.post('/quguang/opera/reservation/operaAudit', {
+ const { data: res } = await this.$http.post('/hz_quguang/opera/reservation/operaAudit', {
operaPatientId: this.operaPatientIdArr,
remark: this.examine,
status: this.examineStatus
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/add-schedule.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/add-schedule.vue
index 1daf316..484f9c6 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/add-schedule.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/add-schedule.vue
@@ -102,7 +102,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -120,7 +120,7 @@ export default {
},
// 获取患者列表
async getPatientList(query) {
- const { data: res } = await this.$http.get('/quguang/opera/schedule/getPatientList', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/schedule/getPatientList', {
params: {
patientName: query
}
@@ -144,7 +144,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/opera/schedule', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/opera/schedule', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/doctor-schedule.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/doctor-schedule.vue
index 6aa6d33..ddcba12 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/doctor-schedule.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/doctor-schedule.vue
@@ -290,7 +290,7 @@ export default {
// 复制上周号源
async copyNum() {
// type----- 1:手术日程,2:术前核查
- const {data:res} = await this.$http.post('/quguang/num/source/copyNumberSource',{
+ const {data:res} = await this.$http.post('/hz_quguang/num/source/copyNumberSource',{
searchDate:this.newDate,
type:this.sourceFlag,
})
@@ -302,7 +302,7 @@ export default {
},
async getScheduleList() {
// type----- 1:手术日程,2:术前核查
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getList', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getList', {
params: {
searchDate: this.newDate,
type: this.sourceFlag
@@ -480,7 +480,7 @@ export default {
// 正式使用
if (this.title === 'plus' && this.titleButton!=='选择核查日期') {
// 选择医生时判断医生有没有手术权限
- const { data: res } = await this.$http.post('/quguang/num/source/authorDoctor', {
+ const { data: res } = await this.$http.post('/hz_quguang/num/source/authorDoctor', {
doctorCode: item.doctorCode,
operaVOList: this.operaTypeList
})
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/edit-operation.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/edit-operation.vue
index ed3f2c0..667fecc 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/edit-operation.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/edit-operation.vue
@@ -73,7 +73,7 @@ export default {
}
// 有id--说明是生成后保存过的接口
if (this.dataForm.id) {
- this.$http.post('/quguang/num/source/update', this.dataForm).then(({ data: res }) => {
+ this.$http.post('/hz_quguang/num/source/update', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/index.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/index.vue
index 06b6fdf..0f20495 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/index.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/index.vue
@@ -8,11 +8,11 @@
-
+
+
-
+ -->
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/number-detail-manage.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/number-detail-manage.vue
index 0412022..5d081e9 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/number-detail-manage.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/number-detail-manage.vue
@@ -217,7 +217,7 @@ export default {
},
// 获取预约患者详情
async getPatientList() {
- const { data: res } = await this.$http.get('/quguang/opera/reservation/getPatientList', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/reservation/getPatientList', {
params: {
doctorCode: this.dataForm.doctorCode, // 医生工号
morOrAft: this.morOrAft === '上午' ? 1 : 2, // morOrAft --1:上午,2:下午
@@ -233,7 +233,7 @@ export default {
},
// 生成预约号
async creatNumberClick() {
- const { data: res } = await this.$http.post('/quguang/num/source/createNumSource', this.dataForm)
+ const { data: res } = await this.$http.post('/hz_quguang/num/source/createNumSource', this.dataForm)
if (res.code === 0) {
this.dataList = res.data
this.saveButtonShow = true
@@ -243,7 +243,7 @@ export default {
},
// 号源管理列表
async getSourceList() {
- const { data: res } = await this.$http.get('/quguang/num/source/getList', {
+ const { data: res } = await this.$http.get('/hz_quguang/num/source/getList', {
params: {
doctorCode: this.dataForm.doctorCode, // 医生工号
morOrAft: this.morOrAft === '上午' ? 1 : 2, // morOrAft --1:上午,2:下午
@@ -327,7 +327,7 @@ export default {
deleteClickFun(id) {
this.$confirmFun('您确定要删除吗?').then(async() => {
const { data: res } = await this.$http({
- url: '/quguang/num/source',
+ url: '/hz_quguang/num/source',
method: 'delete',
data: id
})
@@ -344,7 +344,7 @@ export default {
},
// 表单提交
async dataFormSubmitHandle() {
- const { data: res } = await this.$http.post('/quguang/num/source/saveSource', this.dataList)
+ const { data: res } = await this.$http.post('/hz_quguang/num/source/saveSource', this.dataList)
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/surgicalManagement/schedule/operation-detail.vue b/src/page-subspecialty/views/modules/surgicalManagement/schedule/operation-detail.vue
index 4b76d6c..0ab3ed2 100644
--- a/src/page-subspecialty/views/modules/surgicalManagement/schedule/operation-detail.vue
+++ b/src/page-subspecialty/views/modules/surgicalManagement/schedule/operation-detail.vue
@@ -99,7 +99,7 @@ export default {
handleCurrentChange() {},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/patient/manage/${this.params.patientCentreId}/${this.params.patientIdNumber}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/appUpdate/addUpdate.vue b/src/page-subspecialty/views/modules/systemManagement/appUpdate/addUpdate.vue
index ec8c902..ce8477c 100644
--- a/src/page-subspecialty/views/modules/systemManagement/appUpdate/addUpdate.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/appUpdate/addUpdate.vue
@@ -113,11 +113,11 @@ export default {
init() {
console.log(this.text)
this.visible = true
- this.uploadUrl = process.env.VUE_APP_LOGIN_URL + '/quguang/hot/update/uploadFile'
+ this.uploadUrl = process.env.VUE_APP_LOGIN_URL + '/hz_quguang/hot/update/uploadFile'
this.text === '编辑' ? this.getAppList() : ''
},
async getAppList() {
- const { data: res } = await this.$http.get('/quguang/hot/update/get')
+ const { data: res } = await this.$http.get('/hz_quguang/hot/update/get')
if (res.code === 0) {
res.data ? this.dataForm = res.data : ''
} else {
@@ -144,7 +144,7 @@ export default {
},
// 表单提交
async saveHandle() {
- const { data: res } = await this.$http.post('/quguang/hot/update/save', this.dataForm)
+ const { data: res } = await this.$http.post('/hz_quguang/hot/update/save', this.dataForm)
if (res.code === 0) {
this.$message({
message: '保存成功',
diff --git a/src/page-subspecialty/views/modules/systemManagement/appUpdate/index.vue b/src/page-subspecialty/views/modules/systemManagement/appUpdate/index.vue
index 4ffc7dc..98eae71 100644
--- a/src/page-subspecialty/views/modules/systemManagement/appUpdate/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/appUpdate/index.vue
@@ -62,7 +62,7 @@ export default {
},
methods: {
async getAppList() {
- const { data: res } = await this.$http.get('/quguang/hot/update/get')
+ const { data: res } = await this.$http.get('/hz_quguang/hot/update/get')
if (res.code === 0) {
res.data ? this.appList = [{ ...res.data }] : ''
} else {
diff --git a/src/page-subspecialty/views/modules/systemManagement/centre/add-edit-centre.vue b/src/page-subspecialty/views/modules/systemManagement/centre/add-edit-centre.vue
index be2eeee..d37037d 100644
--- a/src/page-subspecialty/views/modules/systemManagement/centre/add-edit-centre.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/centre/add-edit-centre.vue
@@ -60,7 +60,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/centre/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/centre/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -77,7 +77,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/centre', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/centre', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/centre/index.vue b/src/page-subspecialty/views/modules/systemManagement/centre/index.vue
index 961242c..726b2ff 100644
--- a/src/page-subspecialty/views/modules/systemManagement/centre/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/centre/index.vue
@@ -50,8 +50,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/centre/list',
- deleteURL: '/quguang/sys/centre'
+ getDataListURL: '/hz_quguang/sys/centre/list',
+ deleteURL: '/hz_quguang/sys/centre'
}
}
},
diff --git a/src/page-subspecialty/views/modules/systemManagement/formSet/addPay.vue b/src/page-subspecialty/views/modules/systemManagement/formSet/addPay.vue
index 702b8ee..501b2f3 100644
--- a/src/page-subspecialty/views/modules/systemManagement/formSet/addPay.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/formSet/addPay.vue
@@ -99,7 +99,7 @@ export default {
},
// 获取术士项目列表
async getOperaList() {
- const { data: res } = await this.$http.get('/quguang/opera/patient/getOperaList')
+ const { data: res } = await this.$http.get('/hz_quguang/opera/patient/getOperaList')
if (res.code === 0) {
this.operaList = res.data
this.operaList.forEach(item => {
@@ -113,7 +113,7 @@ export default {
// 获取信息
getInfo() {
console.log('id', this.dataForm.id)
- this.$http.get('/quguang/charge/conf/getInfo', {
+ this.$http.get('/hz_quguang/charge/conf/getInfo', {
params: {
id: this.dataForm.id
}
@@ -134,7 +134,7 @@ export default {
return false
}
})
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/charge/conf', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/charge/conf', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/formSet/operaRecordSet.vue b/src/page-subspecialty/views/modules/systemManagement/formSet/operaRecordSet.vue
index 37eb7ec..cefc87d 100644
--- a/src/page-subspecialty/views/modules/systemManagement/formSet/operaRecordSet.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/formSet/operaRecordSet.vue
@@ -263,7 +263,7 @@ export default {
},
// 获取术士项目列表
async getOperaList() {
- const { data: res } = await this.$http.get('/quguang/opera/patient/getOperaList')
+ const { data: res } = await this.$http.get('/hz_quguang/opera/patient/getOperaList')
if (res.code === 0) {
this.operaList = res.data
if (this.eyeYrFlag === 0) {
@@ -277,7 +277,7 @@ export default {
},
// 获取表单列表
async getFormList() {
- const { data: res } = await this.$http.get('/quguang/opera/record/temp/getListByName', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/record/temp/getListByName', {
params: {
operaName: this.currentList.operaName
}
@@ -299,7 +299,7 @@ export default {
})
},
async editFormSet(item) {
- const { data: res } = await this.$http.get('/quguang/opera/record/temp/getInfo', {
+ const { data: res } = await this.$http.get('/hz_quguang/opera/record/temp/getInfo', {
params: {
id: item.id
}
@@ -328,7 +328,7 @@ export default {
const osArr = JSON.parse(JSON.stringify(formListValue).replace(/Od/g, 'Os'))
this.mrzFormValue = { ...formListValue, ...osArr }
console.log(this.mrzFormValue)
- const { data: res } = await this.$http.post('/quguang/opera/record/temp/saveOrUpdate', {
+ const { data: res } = await this.$http.post('/hz_quguang/opera/record/temp/saveOrUpdate', {
...this.mrzFormValue, ...this.dataForm
})
if (res.code === 0) {
@@ -345,7 +345,7 @@ export default {
// 删除
deleteFormSet(item) {
this.$confirmFun('您确定要删除此默认值设置吗', '您已取消删除').then(async() => {
- const { data: res } = await this.$http.delete('/quguang/opera/record/temp', {
+ const { data: res } = await this.$http.delete('/hz_quguang/opera/record/temp', {
params: {
id: item.id
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/formSet/payDemandNoteSet.vue b/src/page-subspecialty/views/modules/systemManagement/formSet/payDemandNoteSet.vue
index 060764b..95ff507 100644
--- a/src/page-subspecialty/views/modules/systemManagement/formSet/payDemandNoteSet.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/formSet/payDemandNoteSet.vue
@@ -60,8 +60,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/charge/conf/getList',
- deleteURL: '/quguang/charge/conf/deleteConf'
+ getDataListURL: '/hz_quguang/charge/conf/getList',
+ deleteURL: '/hz_quguang/charge/conf/deleteConf'
}
}
},
diff --git a/src/page-subspecialty/views/modules/systemManagement/job/index.vue b/src/page-subspecialty/views/modules/systemManagement/job/index.vue
index 6acf60f..0b833ae 100644
--- a/src/page-subspecialty/views/modules/systemManagement/job/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/job/index.vue
@@ -85,7 +85,7 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/schedule/page',
+ getDataListURL: '/hz_quguang/sys/schedule/page',
getDataListIsPage: true
},
dataForm: {
@@ -114,7 +114,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
- this.$http.put('/quguang/sys/schedule/pause', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
+ this.$http.put('/hz_quguang/sys/schedule/pause', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -143,7 +143,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
- this.$http.put('/quguang/sys/schedule/resume', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
+ this.$http.put('/hz_quguang/sys/schedule/resume', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -172,7 +172,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
- this.$http.put('/quguang/sys/schedule/run', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
+ this.$http.put('/hz_quguang/sys/schedule/run', id ? [id] : this.dataListSelections.map(item => item.id)).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -193,7 +193,7 @@ export default {
this.$confirmFun('您确定要删除吗?').then(async() => {
const { data: res } = await this.$http({
method: 'delete',
- url: '/quguang/sys/schedule',
+ url: '/hz_quguang/sys/schedule',
data: idArr
})
if (res.code === 0) {
diff --git a/src/page-subspecialty/views/modules/systemManagement/job/schedule-add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/job/schedule-add-or-update.vue
index 78a79da..51ccdd6 100644
--- a/src/page-subspecialty/views/modules/systemManagement/job/schedule-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/job/schedule-add-or-update.vue
@@ -72,7 +72,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/schedule/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/schedule/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -85,7 +85,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/schedule', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/schedule', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/job/schedule-log.vue b/src/page-subspecialty/views/modules/systemManagement/job/schedule-log.vue
index c4e8d5a..952b28c 100644
--- a/src/page-subspecialty/views/modules/systemManagement/job/schedule-log.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/job/schedule-log.vue
@@ -48,7 +48,7 @@ export default {
return {
visible: false,
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/scheduleLog/page',
+ getDataListURL: '/hz_quguang/sys/scheduleLog/page',
getDataListIsPage: true
},
dataForm: {
@@ -63,7 +63,7 @@ export default {
},
// 失败信息
showErrorInfo(id) {
- this.$http.get(`/quguang/sys/scheduleLog/${id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/scheduleLog/${id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/log/index.vue b/src/page-subspecialty/views/modules/systemManagement/log/index.vue
index ead9064..0aa4be3 100644
--- a/src/page-subspecialty/views/modules/systemManagement/log/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/log/index.vue
@@ -44,7 +44,7 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/log/operation/page',
+ getDataListURL: '/hz_quguang/sys/log/operation/page',
getDataListIsPage: true
},
nextVisitTime: [],
diff --git a/src/page-subspecialty/views/modules/systemManagement/menu/index.vue b/src/page-subspecialty/views/modules/systemManagement/menu/index.vue
index 7cee6dc..e272858 100644
--- a/src/page-subspecialty/views/modules/systemManagement/menu/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/menu/index.vue
@@ -64,8 +64,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/menu/list',
- deleteURL: '/quguang/sys/menu'
+ getDataListURL: '/hz_quguang/sys/menu/list',
+ deleteURL: '/hz_quguang/sys/menu'
}
}
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/menu/menu-dept-add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/menu/menu-dept-add-or-update.vue
index a119268..bca37dc 100644
--- a/src/page-subspecialty/views/modules/systemManagement/menu/menu-dept-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/menu/menu-dept-add-or-update.vue
@@ -133,7 +133,7 @@ export default {
},
// 获取菜单列表
getMenuList() {
- return this.$http.get('/quguang/sys/menu/list').then(({ data: res }) => {
+ return this.$http.get('/hz_quguang/sys/menu/list').then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -142,7 +142,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/menu/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/menu/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -178,7 +178,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/menu', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/menu', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/role/index.vue b/src/page-subspecialty/views/modules/systemManagement/role/index.vue
index 55d40dc..2bb951d 100644
--- a/src/page-subspecialty/views/modules/systemManagement/role/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/role/index.vue
@@ -55,8 +55,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/role/page',
- deleteURL: '/quguang/sys/role',
+ getDataListURL: '/hz_quguang/sys/role/page',
+ deleteURL: '/hz_quguang/sys/role',
deleteIsBatch: true,
getDataListIsPage: true
},
diff --git a/src/page-subspecialty/views/modules/systemManagement/role/role-add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/role/role-add-or-update.vue
index 407aeb3..2f43490 100644
--- a/src/page-subspecialty/views/modules/systemManagement/role/role-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/role/role-add-or-update.vue
@@ -78,7 +78,7 @@ export default {
},
// 获取菜单列表
getMenuList() {
- return this.$http.get('/quguang/sys/menu/list', {
+ return this.$http.get('/hz_quguang/sys/menu/list', {
params: {
type: 0
}
@@ -91,7 +91,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/role/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/role/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -113,7 +113,7 @@ export default {
...this.$refs.menuListTree.getHalfCheckedKeys(),
...this.$refs.menuListTree.getCheckedKeys()
]
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/role', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/role', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/add-or-update.vue
index d4c03ea..a01926a 100644
--- a/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/add-or-update.vue
@@ -102,7 +102,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/yzk/target/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/yzk/target/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -129,7 +129,7 @@ export default {
return this.$message.error('值只能填写一个')
}
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/yzk/target', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/yzk/target', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/index.vue b/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/index.vue
index 0353729..15cf731 100644
--- a/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/set/alert-setting/index.vue
@@ -43,8 +43,8 @@ export default {
return {
targetNameList: [],
mixinViewModuleOptions: {
- getDataListURL: '/quguang/yzk/target/targetList',
- deleteURL: '/quguang/yzk/target'
+ getDataListURL: '/hz_quguang/yzk/target/targetList',
+ deleteURL: '/hz_quguang/yzk/target'
}
}
},
@@ -54,7 +54,7 @@ export default {
methods: {
// 获取指标名称
async getTargetName() {
- const { data: res } = await this.$http.get('/quguang/yzk/target/selectTarget')
+ const { data: res } = await this.$http.get('/hz_quguang/yzk/target/selectTarget')
if (res.code === 0) {
this.targetNameList = res.data
} else {
@@ -65,7 +65,7 @@ export default {
async switchHandle(scopeRow, e) {
console.log(scopeRow, e)
// 1:开启 0:关闭
- const { data: res } = await this.$http.post('/quguang/yzk/target/switchStatus', {
+ const { data: res } = await this.$http.post('/hz_quguang/yzk/target/switchStatus', {
id: scopeRow.id,
status: e === false ? 0 : 1
})
diff --git a/src/page-subspecialty/views/modules/systemManagement/set/case-template/add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/set/case-template/add-or-update.vue
index 6f0dc68..cdf91b5 100644
--- a/src/page-subspecialty/views/modules/systemManagement/set/case-template/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/set/case-template/add-or-update.vue
@@ -146,7 +146,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/crf/template/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/crf/template/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -182,7 +182,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/crf/template', { ...this.dataForm, content: Base64.encode(this.dataForm.content) }).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/crf/template', { ...this.dataForm, content: Base64.encode(this.dataForm.content) }).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/set/case-template/index.vue b/src/page-subspecialty/views/modules/systemManagement/set/case-template/index.vue
index 725689d..4453db0 100644
--- a/src/page-subspecialty/views/modules/systemManagement/set/case-template/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/set/case-template/index.vue
@@ -77,9 +77,9 @@ export default {
// followUpVisible: false, // 测试
previewVisible: false,
mixinViewModuleOptions: {
- getDataListURL: '/quguang/crf/template/page',
+ getDataListURL: '/hz_quguang/crf/template/page',
getDataListIsPage: true,
- deleteURL: '/quguang/crf/template'
+ deleteURL: '/hz_quguang/crf/template'
},
dataForm: {},
systemInfo: {}
@@ -113,7 +113,7 @@ export default {
},
// 状态是否开启
async changeStatus(scopeRow, index) {
- const { data: res } = await this.$http.post('/quguang/crf/template/updateCaStatus', {
+ const { data: res } = await this.$http.post('/hz_quguang/crf/template/updateCaStatus', {
id: scopeRow.id,
sendCaStatus: scopeRow.sendCaStatus === 1 ? 0 : 1
})
diff --git a/src/page-subspecialty/views/modules/systemManagement/set/followup-potocol.vue b/src/page-subspecialty/views/modules/systemManagement/set/followup-potocol.vue
index d22b218..c03087d 100644
--- a/src/page-subspecialty/views/modules/systemManagement/set/followup-potocol.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/set/followup-potocol.vue
@@ -183,7 +183,7 @@ export default {
this.dialogFormVisible = true
const { data: res } = await this.$http({
method: sureEditText === '确定' ? 'post' : 'put',
- url: '/quguang/visit',
+ url: '/hz_quguang/visit',
data: {
name: this.form.name,
description: this.form.description,
@@ -213,7 +213,7 @@ export default {
handleChangeCycle() {},
// 获取随访列表
async getFollowList(e) {
- const { data: res } = await this.$http.get('/quguang/visit/page', {
+ const { data: res } = await this.$http.get('/hz_quguang/visit/page', {
params: {
limit: this.limit,
page: this.currentPage,
@@ -227,7 +227,7 @@ export default {
// 移出
deleteClick(scopeRow) {
confirm('').then(async() => {
- const { data: res } = await this.$http.delete('/quguang/visit', {
+ const { data: res } = await this.$http.delete('/hz_quguang/visit', {
params: {
id: scopeRow.id
}
@@ -251,7 +251,7 @@ export default {
},
// 获取随访详情
async getVisitInfo(scopeRow) {
- const { data: res } = await this.$http.get('/quguang/visit/getInfo', {
+ const { data: res } = await this.$http.get('/hz_quguang/visit/getInfo', {
params: {
id: scopeRow.id
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/team/edit-password.vue b/src/page-subspecialty/views/modules/systemManagement/team/edit-password.vue
index 1e33ebd..b47c893 100644
--- a/src/page-subspecialty/views/modules/systemManagement/team/edit-password.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/team/edit-password.vue
@@ -88,7 +88,7 @@ export default {
type: 'warning'
})
}
- this.$http.put('/quguang/sys/user/updateOtherPassword', this.dataForm).then(({ data: res }) => {
+ this.$http.put('/hz_quguang/sys/user/updateOtherPassword', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/team/index.vue b/src/page-subspecialty/views/modules/systemManagement/team/index.vue
index 2db2bda..e57e0e2 100644
--- a/src/page-subspecialty/views/modules/systemManagement/team/index.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/team/index.vue
@@ -118,8 +118,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/sys/user/page',
- deleteURL: '/quguang/sys/user',
+ getDataListURL: '/hz_quguang/sys/user/page',
+ deleteURL: '/hz_quguang/sys/user',
getDataListIsPage: true
},
dataForm: {
@@ -139,7 +139,7 @@ export default {
methods: {
// 获取权限名称
async getRoleName() {
- const { data: res } = await this.$http.get('/quguang/sys/role')
+ const { data: res } = await this.$http.get('/hz_quguang/sys/role')
if (res.code === 0) {
this.roleNameList = res.data
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/team/team-add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/team/team-add-or-update.vue
index 71b78e7..a24df6d 100644
--- a/src/page-subspecialty/views/modules/systemManagement/team/team-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/team/team-add-or-update.vue
@@ -213,14 +213,14 @@ export default {
},
// 获取中心
async getCentreList() {
- const { data: res } = await this.$http.get('/quguang/sys/centre/list')
+ const { data: res } = await this.$http.get('/hz_quguang/sys/centre/list')
if (res.code === 0) {
this.centerList = res.data
}
},
// 获取职位列表 --- 1:职位,2:手术方式,3:手术间,4:麻醉方式
async getCentreJobList() {
- const { data: res } = await this.$http.get('/quguang/sys/param/getList', {
+ const { data: res } = await this.$http.get('/hz_quguang/sys/param/getList', {
params: {
type: 1
}
@@ -231,7 +231,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get(`/quguang/sys/user/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/sys/user/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
@@ -317,7 +317,7 @@ export default {
spinner: 'el-icon-loading',
background: 'rgba(255, 255, 255, 0.7)'
})
- const { data: res } = await this.$http.post('/quguang/sys/user/saveUserImg', {
+ const { data: res } = await this.$http.post('/hz_quguang/sys/user/saveUserImg', {
base64: this.dataForm.signImgBase
})
if (res.code === 0) {
@@ -340,7 +340,7 @@ export default {
type: 'warning'
})
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/user', this.dataForm).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/user', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/template/add-fenlei.vue b/src/page-subspecialty/views/modules/systemManagement/template/add-fenlei.vue
index 05c045d..50f8a0c 100644
--- a/src/page-subspecialty/views/modules/systemManagement/template/add-fenlei.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/template/add-fenlei.vue
@@ -79,7 +79,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get('/quguang/sys/template/getInfo', {
+ this.$http.get('/hz_quguang/sys/template/getInfo', {
params: {
id: this.dataForm.id
}
@@ -96,7 +96,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/template/parent', { ...this.dataForm })
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/template/parent', { ...this.dataForm })
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
diff --git a/src/page-subspecialty/views/modules/systemManagement/template/add-or-update.vue b/src/page-subspecialty/views/modules/systemManagement/template/add-or-update.vue
index 2c432c7..f859559 100644
--- a/src/page-subspecialty/views/modules/systemManagement/template/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/template/add-or-update.vue
@@ -87,7 +87,7 @@ export default {
},
// 获取信息
getInfo() {
- this.$http.get('/quguang/sys/template/getInfo', {
+ this.$http.get('/hz_quguang/sys/template/getInfo', {
params: {
id: this.dataForm.id
}
@@ -104,7 +104,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/sys/template/content', { ...this.dataForm }).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/sys/template/content', { ...this.dataForm }).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/systemManagement/template/tab-fun.vue b/src/page-subspecialty/views/modules/systemManagement/template/tab-fun.vue
index 8250602..b3b6ac8 100644
--- a/src/page-subspecialty/views/modules/systemManagement/template/tab-fun.vue
+++ b/src/page-subspecialty/views/modules/systemManagement/template/tab-fun.vue
@@ -101,7 +101,7 @@ export default {
methods: {
// 获取分类列表
async getfenleiList() {
- const { data: res } = await this.$http.get('/quguang/sys/template/getListByType', {
+ const { data: res } = await this.$http.get('/hz_quguang/sys/template/getListByType', {
params: {
type: this.mainActiveName
}
@@ -117,7 +117,7 @@ export default {
},
// 获取内容
async getContent() {
- const { data: res } = await this.$http.get('/quguang/sys/template/getListByPid', {
+ const { data: res } = await this.$http.get('/hz_quguang/sys/template/getListByPid', {
params: {
pid: this.currentFenleiList.id
}
@@ -163,7 +163,7 @@ export default {
deleteFenleiClick(item, flag) {
const text = flag === '分类' ? '删除此分类将同时删除分类级下的所有内容,您确定要删除此模板分类吗?' : '您确定要删除此内容吗?'
this.$confirmFun(text, '您已取消此操作').then(async() => {
- const { data: res } = await this.$http.delete('/quguang/sys/template/delete', {
+ const { data: res } = await this.$http.delete('/hz_quguang/sys/template/delete', {
params: {
id: item.id
}
diff --git a/src/page-subspecialty/views/modules/visitManagement/design/add-edit-design.vue b/src/page-subspecialty/views/modules/visitManagement/design/add-edit-design.vue
index 5aeeccc..fd514cd 100644
--- a/src/page-subspecialty/views/modules/visitManagement/design/add-edit-design.vue
+++ b/src/page-subspecialty/views/modules/visitManagement/design/add-edit-design.vue
@@ -154,7 +154,7 @@ export default {
// 获取信息
getInfo() {
this.loading = true
- this.$http.get(`/quguang/visit/${this.dataForm.id}`).then(({ data: res }) => {
+ this.$http.get(`/hz_quguang/visit/${this.dataForm.id}`).then(({ data: res }) => {
this.dataForm = { ...this.dataForm, ...res.data }
this.loading = false
}).catch(() => { this.loading = false })
@@ -181,7 +181,7 @@ export default {
if (!valid) { return false }
this.dataForm.planList.forEach((item, index) => (item.sort = index + 1))
- this.$http[!this.dataForm.id ? 'post' : 'put']('/quguang/visit', this.dataForm)
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/hz_quguang/visit', this.dataForm)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
diff --git a/src/page-subspecialty/views/modules/visitManagement/design/index.vue b/src/page-subspecialty/views/modules/visitManagement/design/index.vue
index 76c337f..025af13 100644
--- a/src/page-subspecialty/views/modules/visitManagement/design/index.vue
+++ b/src/page-subspecialty/views/modules/visitManagement/design/index.vue
@@ -79,8 +79,8 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: '/quguang/visit/page',
- deleteURL: '/quguang/visit',
+ getDataListURL: '/hz_quguang/visit/page',
+ deleteURL: '/hz_quguang/visit',
getDataListIsPage: true
}
}
diff --git a/src/page-subspecialty/views/modules/visitManagement/visitList/index.vue b/src/page-subspecialty/views/modules/visitManagement/visitList/index.vue
index 994da01..9025b8b 100644
--- a/src/page-subspecialty/views/modules/visitManagement/visitList/index.vue
+++ b/src/page-subspecialty/views/modules/visitManagement/visitList/index.vue
@@ -4,13 +4,13 @@