瀏覽代碼

refactor: 移除关于bigint传输的冗余注释

yz 1 周之前
父節點
當前提交
4a819df0c7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/order/order/index-avue.vue

+ 0 - 1
src/views/order/order/index-avue.vue

@@ -420,7 +420,6 @@ export default {
            background: 'rgba(0, 0, 0, 0.7)'
          })
 
-         // id 为后端 bigint,统一按字符串传输,避免精度丢失
          const payload = { id: String(row.id) }
          const response = await submitOrderToU9(payload)