Commit 2ddfd346 by lp784568205

修改页面显示

parent d1521af1
......@@ -936,7 +936,7 @@ export default {
if (val) {
this.formData.sfhgpdbz = "";
}
if (this.pageBs == "ztsjfxtj" && this.cxFormData.ssjzMin < 10) {
if (this.pageBs == "ztsjfxtj" && this.cxFormData.ssjzMin < 10 && this.cxFormData.ssjzMin != "") {
this.$message.error("仅供损失十万及以上重大侵财案件专题查询");
} else {
this.formData.page = 1;
......
......@@ -3519,7 +3519,7 @@ export default {
this.doQuery("yes");
} else if (this.pageASs == "queryZjQt") {
this.doQuery("yes");
} else if((this.pageBs == "ztsjfx" || this.pageBs == "ztsjfx") && (this.cxFormData.ssjzMin < 10 || this.cxFormData.ssjzMin < 10)) {
} else if((this.pageBs == "ztsjfx" || this.pageBs == "ztsjfx") && ((this.cxFormData.ssjzMin != "" &&this.cxFormData.ssjzMin < 10) || (this.cxFormData.ssjzMin != "" &&this.cxFormData.ssjzMin < 10))) {
this.$message.error("仅供损失十万及以上重大侵财案件专题查询")
} else {
// if (val) {
......@@ -4072,7 +4072,7 @@ export default {
if(val != "" && val < 10) {
this.$message.info("仅供损失十万及以上重大侵财案件专题查询");
}
},
},
mounted() {
......
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