ZaiZai hai 1 ano
pai
achega
f0a8e5df3f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/alter/admin/order.vue

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

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