소스 검색

监管端例行监测废止任务

jiangyu 3 년 전
부모
커밋
b7755953f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/admin/routineMonitor.vue

+ 1 - 1
src/components/admin/routineMonitor.vue

@@ -469,7 +469,7 @@
 				// var val = this.selectedData;
 				this.pubarr = this.multipleSelection;
 				for (let i = 0; i < length; i++) {
-					if (this.pubarr[i].ispublic == '已发布') {
+					if (this.pubarr[i].ispublic == '1') {
 						this.pubarr[i].ispublic = 2
 						canPub = 1
 					} else {