695593266@qq.com 1 rok temu
rodzic
commit
165578b48a
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      src/views/produce/index.vue

+ 0 - 4
src/views/produce/index.vue

@@ -499,9 +499,6 @@
       },
 
       footBtn(t) {
-<<<<<<< HEAD
-        this.operationType = t;
-=======
         // this.operationType = t;
         // 新增判断 *** 出现弹窗的时候不然右边数据消失
         if (t == 'work' || t == 'workStep') {
@@ -509,7 +506,6 @@
         } else {
           this.operationType = t;
         }
->>>>>>> 84a2352d571acd9b0391474c4774d67069ce10e0
         if (
           Object.keys(this.$store.state.user.taskObj).length === 0 &&
           this.$store.state.user.taskObj.constructor === Object