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