MAC 5 年之前
父節點
當前提交
28708f51ef

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis-year-check/index.vue

@@ -386,7 +386,7 @@ export default {
   data() {
     return {
       userSelectBoolean: false,
-      eveIdList: '',
+      eveIdList: 0,
       selectAllButtonBoolean: false,
 
       editeBoolean: false,
@@ -444,7 +444,7 @@ export default {
       e.map((item, index) => {
         list.push(item.Id)
       })
-      this.eveIdList = String(list)
+      this.eveIdList = list
     },
     //筛选
     selectableFun(row, index) {
@@ -460,7 +460,7 @@ export default {
     },
     //一键处理确定
     onSelectAllButtonTrue() {
-      if (this.eveIdList != '' && this.eveIdList != undefined) {
+      if (this.eveIdList != 0 && this.eveIdList != undefined) {
         this.$refs.submitpopup.dialogCommonAuditMakeSureVisible = true
       } else {
         this.$message({

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods-year-check/index.vue

@@ -316,7 +316,7 @@ export default {
   data() {
     return {
       userSelectBoolean: false,
-      eveIdList: '',
+      eveIdList: 0,
       selectAllButtonBoolean: false,
 
       editeBoolean: false,
@@ -408,7 +408,7 @@ export default {
       e.map((item, index) => {
         list.push(item.Id)
       })
-      this.eveIdList = String(list)
+      this.eveIdList = list
     },
     //筛选
     selectableFun(row, index) {
@@ -424,7 +424,7 @@ export default {
     },
     //一键处理确定
     onSelectAllButtonTrue() {
-      if (this.eveIdList != '' && this.eveIdList != undefined) {
+      if (this.eveIdList != 0 && this.eveIdList != undefined) {
         this.$refs.submitpopup.dialogCommonAuditMakeSureVisible = true
       } else {
         this.$message({

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service-year-check/index.vue

@@ -323,7 +323,7 @@ export default {
   data() {
     return {
       userSelectBoolean: false,
-      eveIdList: '',
+      eveIdList: 0,
       selectAllButtonBoolean: false,
 
       editeBoolean: false,
@@ -416,7 +416,7 @@ export default {
       e.map((item, index) => {
         list.push(item.Id)
       })
-      this.eveIdList = String(list)
+      this.eveIdList = list
     },
     //筛选
     selectableFun(row, index) {
@@ -432,7 +432,7 @@ export default {
     },
     //一键处理确定
     onSelectAllButtonTrue() {
-      if (this.eveIdList != '' && this.eveIdList != undefined) {
+      if (this.eveIdList != 0 && this.eveIdList != undefined) {
         this.$refs.submitpopup.dialogCommonAuditMakeSureVisible = true
       } else {
         this.$message({