Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

ZaiZai 1 anno fa
parent
commit
d8c2ef31b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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('请重新选择要上报的内容')