소스 검색

变更令

ZaiZai 1 년 전
부모
커밋
fc77831547
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/alter/admin/order.vue

+ 1 - 1
src/views/alter/admin/order.vue

@@ -230,7 +230,7 @@ const tableRowClick = ({ row }) => {
 //获取详情
 const tableInfo = ref({})
 const getTableDetail = async (row) => {
-    if (row.id) return
+    if (!row.id) return
     const { data } = await mainApi.getDetail({ id: row.id })
     const info = getObjValue(data)
     info.nodeList = getArrValue(info.nodeList)