Browse Source

监管端例行监测废止任务

jiangyu 3 năm trước cách đây
mục cha
commit
b7755953f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {