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