Browse Source

还原筛查逻辑

linehang 6 years ago
parent
commit
74ab4e97b1
1 changed files with 5 additions and 2 deletions
  1. 5 2
      app/jbsc/js/statistics.js

+ 5 - 2
app/jbsc/js/statistics.js

@ -174,13 +174,16 @@ new Vue({
			var vm = this
			vm.type = $("#Type").attr("data-id");
			var status = $("#Status").attr("data-id");
			if(status == "" || status == undefined) {
			if(status == "5") {
				vm.status = "";
				vm.isDanger = "0";
			} else if(status == "" || status == undefined) {
				if(vm.isDanger == "0") {
					vm.isDanger = ""
				}
				vm.status = status;
			} else {
//				vm.isDanger = "1";
				vm.isDanger = "1";
				vm.status = status;
			}
			vm.currentPage = page