浏览代码

监管端例行监测废止任务

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