Browse Source

添加方法

lex 2 năm trước cách đây
mục cha
commit
87735deac7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/process/list/handle.vue

+ 4 - 0
src/views/process/list/handle.vue

@@ -1026,6 +1026,10 @@ export default {
       });
       // });
     },
+    onCCChange(item) {
+      item.ccStatus = !item.ccStatus;
+      this.$forceUpdate();
+    },
     // 获取提示消息
     getAlertMessage() {
       if (this.processStructureValue.workOrder.is_end === 1) {