Commit 4fc8e264 by bingobo

辽宁一版发版

1 parent 7ba7408a
The file could not be displayed because it is too large.
...@@ -7,6 +7,6 @@ const SystemConfig = { ...@@ -7,6 +7,6 @@ const SystemConfig = {
//TODO VUE_APP_BASE_URL: "http://25.66.210.41/tools", //TODO VUE_APP_BASE_URL: "http://25.66.210.41/tools",
VUE_APP_BASE_URL: "http://192.168.0.113:18088/tools", VUE_APP_BASE_URL: "http://192.168.0.113:18088/tools",
//TODO VUE_APP_ZJ_IFRAME: "http://25.66.210.41/arch" //TODO VUE_APP_ZJ_IFRAME: "http://25.66.210.41/arch"
// VUE_APP_ZJ_IFRAME: "http://192.168.0.113:18088/arch" // VUE_APP_ZJ_IFRAME: "http://192.168.0.113/arch"
VUE_APP_ZJ_IFRAME: "http://localhost:30478/arch" VUE_APP_ZJ_IFRAME: "http://localhost:30478/arch"
}; };
...@@ -10,6 +10,36 @@ import { get, post, download } from '@/utils/http' ...@@ -10,6 +10,36 @@ import { get, post, download } from '@/utils/http'
export function evalBatchInfo(params) { export function evalBatchInfo(params) {
return post(`${ARCH_EVALUATION}/postEvalBatchInfoZc/`, params) return post(`${ARCH_EVALUATION}/postEvalBatchInfoZc/`, params)
} }
// 获取里程碑数据列表
export function milestonesGetList(params) {
// milestones/getList
return get(`${ARCH_EVALUATION}/milestones/getList`, params)
}
// 获取流程列表
export function getMessageListApi(params) {
// messageReminder/getIPageList
return post(`${ARCH_EVALUATION}/messageReminder/getIPageList`, params)
}
// 一键已读 已读单条msg
export function updateMessageApi(params) {
// messageReminder/batchUpdate
return post(`${ARCH_EVALUATION}/messageReminder/batchUpdate`, params)
}
// 一键已读 已读所有msg
export function readWholwMsg() {
return get(`${ARCH_EVALUATION}/messageReminder/batchRead`)
}
// 获取流程列表
// export function evalBatchInfo(params) {
// return post(`${ARCH_EVALUATION}/postEvalBatchInfoZc/`, params)
// }
//专家库 //专家库
export function expertInfo(params) { export function expertInfo(params) {
return post(`${ARCH_EVALUATION}/expertInfo/`, params) return post(`${ARCH_EVALUATION}/expertInfo/`, params)
......
...@@ -1105,8 +1105,7 @@ export default { ...@@ -1105,8 +1105,7 @@ export default {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning', type: 'warning',
}) }).then(async () => {
.then(async () => {
let res = await delEvalBatchInfo(this.checkedList[0]) let res = await delEvalBatchInfo(this.checkedList[0])
if (res.code == 200) { if (res.code == 200) {
this.$message({ this.$message({
...@@ -1121,8 +1120,7 @@ export default { ...@@ -1121,8 +1120,7 @@ export default {
}) })
this.resetForm() this.resetForm()
} }
}) }).catch(() => {
.catch(() => {
this.$message({ this.$message({
type: 'info', type: 'info',
message: '已取消删除', message: '已取消删除',
......
...@@ -865,7 +865,7 @@ export default { ...@@ -865,7 +865,7 @@ export default {
this.$refs["multipleTableZJ"].toggleRowSelection(row); this.$refs["multipleTableZJ"].toggleRowSelection(row);
this.addZJList = this.$refs.multipleTableZJ.selection; this.addZJList = this.$refs.multipleTableZJ.selection;
} else { } else {
this.$message.warning("项目编码或合同编码为空"); this.$message.warning("项目编码或合同编码为空2");
} }
}, },
timeChange(time) { timeChange(time) {
......
...@@ -455,7 +455,7 @@ export default { ...@@ -455,7 +455,7 @@ export default {
checkedList: [], checkedList: [],
yearsList: generateYearOptions(), yearsList: generateYearOptions(),
ruleForm: { ruleForm: {
projectCode: "7322XT23005C", projectCode: "",
projectName: "", projectName: "",
issueYear: "", issueYear: "",
constructionForm: "", constructionForm: "",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<ContinerView class="continer" id="myElement"> <ContinerView class="continer" id="myElement">
<router-view></router-view> <router-view></router-view>
</ContinerView> </ContinerView>
<div class="changeqx"> <div v-if="false" class="changeqx">
<el-menu <el-menu
router router
class="el-menu-vertical-demo" class="el-menu-vertical-demo"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!