Commit 633013ad by lp784568205

修改页面bug

parent 2cf9cee7
...@@ -965,6 +965,7 @@ export default { ...@@ -965,6 +965,7 @@ export default {
} else { } else {
if(this.pageBs == "ztsjfxtj") { if(this.pageBs == "ztsjfxtj") {
this.$emit("cleanHistoryArr") this.$emit("cleanHistoryArr")
this.$parent.loading = true;
} }
this.formData.page = 1; this.formData.page = 1;
this.doQuery("yes"); this.doQuery("yes");
...@@ -1017,6 +1018,9 @@ export default { ...@@ -1017,6 +1018,9 @@ export default {
response.data.iTotalRecords / self.page_size response.data.iTotalRecords / self.page_size
); );
} else { } else {
if(response.data.rows.length == 0) {
this.$message.error("暂无数据显示")
}
let xData = response.data.rows.map((i) => ({ let xData = response.data.rows.map((i) => ({
name: i.name, name: i.name,
value: i.code, value: i.code,
......
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
xzqhdm: "", xzqhdm: "",
asjbh: "", asjbh: "",
asjfssjKssj: "", asjfssjKssj: "",
sjfssjJssj: "", asjfssjJssj: "",
ajlbdm: "", ajlbdm: "",
asjfsdd_xzqhdm: "", asjfsdd_xzqhdm: "",
lasjRqsjKssj: "", lasjRqsjKssj: "",
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,7 @@ export default {
{ {
name: "发案时间", name: "发案时间",
id: "asjfssjKssj", id: "asjfssjKssj",
id2: "sjfssjJssj", id2: "asjfssjJssj",
type: "zdyDateTh", type: "zdyDateTh",
value: "请输入", value: "请输入",
col: "3", col: "3",
...@@ -566,6 +566,13 @@ export default { ...@@ -566,6 +566,13 @@ export default {
getTableData(dm) { getTableData(dm) {
this.type = "table"; this.type = "table";
this.$set(this.cxFormData, "asjfsdd_xzqhdm", dm); this.$set(this.cxFormData, "asjfsdd_xzqhdm", dm);
this.$set(this.cxFormData, "ssjzMin", this.cxFormData2.ssjzMin);
this.$set(this.cxFormData, "ssjzMax", this.cxFormData2.ssjzMax);
this.$set(this.cxFormData, "asjfssjKssj", this.cxFormData2.asjfssjAsjfskssjStart);
this.$set(this.cxFormData, "asjfssjJssj", this.cxFormData2.asjfssjAsjfskssjEnd);
this.$set(this.cxFormData, "lasjRqsjKssj", this.cxFormData2.lasjRqsjKssj);
this.$set(this.cxFormData, "lasjRqsjJssj", this.cxFormData2.lasjRqsjJssj);
this.$set(this.cxFormData, "ajlbdm", this.cxFormData2.gabAjzlb);
this.$refs.rightContent.doQuery("yes"); this.$refs.rightContent.doQuery("yes");
}, },
formatDate(date) { formatDate(date) {
......
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