Ver Fonte

验收申请修改

duy há 1 ano atrás
pai
commit
fb4e03f7ca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/global/components/hc-report-modal/index.vue

+ 1 - 1
src/global/components/hc-report-modal/index.vue

@@ -242,7 +242,7 @@ const diyProcessUserChange = (user) => {
 //审批内容的标签移除
 const taskTagClose = (index) => {
     reportDatas.value.splice(index, 1)
-    tableData.value.splice(index, 1)
+    // tableData.value.splice(index, 1)
     emit('tagClose', index)
     if (reportDatas.value.length <= 0) {
         window.$message?.warning('请重新选择要上报的内容')