fix : 移除输出log
This commit is contained in:
@@ -81,7 +81,6 @@ const queryForm = ref()
|
||||
|
||||
const showDetails = (row, column) => {
|
||||
if (column.label !== '操作') {
|
||||
console.log(row)
|
||||
selectTask.value = row
|
||||
nextTick(() => {
|
||||
taskDetails.value.init()
|
||||
|
||||
Reference in New Issue
Block a user