Commit 7fcde583 authored by 王启林's avatar 王启林

评价记录表判断更改

parent 2fabc80c
......@@ -233,10 +233,10 @@ export default {
"pjxt",
"pj_name",
],
datingList:[],
bumenList:[],
hallid:'',
sectionid:''
datingList: [],
bumenList: [],
hallid: '',
sectionid: ''
};
},
components: {
......@@ -343,8 +343,8 @@ export default {
pjxt,
time: this.BegindAndEndTime,
info: this.searchName,
hallid:this.hallid,
sectionid:this.sectionid,
hallid: this.hallid,
sectionid: this.sectionid,
...search,
});
if (res.code == 1) {
......@@ -363,7 +363,7 @@ export default {
openHandlingDetails(record) {
console.log(record)
// 判断为窗口屏或者其他状况,调用不同接口
if (record.pjxt == 1) {
if (record.pjxt == 1 && record.queueid) {
this.$refs.HandlingDetails.modalInfo.title = "办理明细";
this.$refs.HandlingDetails.modalInfo.show = 1;
this.togetQueEvaData(record);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment