|
@@ -960,7 +960,7 @@ const resignModalRadio = ref(0)
|
|
|
const resignClick = async ()=>{
|
|
|
const rows = tableCheckedKeys.value
|
|
|
if (rows.length <= 0) {
|
|
|
- window.$message?.warning('请先勾选已审批的数据')
|
|
|
+ window.$message?.warning('勾选错误!只能操作待审批和已审批数据')
|
|
|
return
|
|
|
}
|
|
|
//判断是否满足条件 //一键重迁 全部放开
|
|
@@ -1020,7 +1020,7 @@ const saveAginClick = async ()=>{
|
|
|
const rows = tableCheckedKeys.value
|
|
|
const taskIds = rows.map(row => row.taskId)
|
|
|
if (taskIds.some(id => id)) {
|
|
|
- window.$message?.warning('存在taskId,不能点击该按钮')
|
|
|
+ window.$message?.warning('勾选错误!只能操作未上报的数据')
|
|
|
return
|
|
|
}
|
|
|
const objArr = rows.map(row => ({
|