浏览代码

订单

master^2
yangpeilai 4 天前
父节点
当前提交
07499282a8
共有 2 个文件被更改,包括 6 次插入27 次删除
  1. 6
    6
      src/components/orderInfo/index.vue
  2. 0
    21
      src/utils/baseService.ts

+ 6
- 6
src/components/orderInfo/index.vue 查看文件

@@ -666,18 +666,18 @@ function init(data) {
visible: true,
},
{
title: "协议列表",
visible: true,
title: "产品信息",
foldIs: true, //是否需要折叠
foldStart: true, //折叠状态默认打开
othervalue: true,
data: productList,
visible: true,
},
{
title: "产品信息",
title: "协议列表",
visible: true,
foldIs: true, //是否需要折叠
foldStart: true, //折叠状态默认打开
data: productList,
visible: true,
othervalue: true,
},
{
title: "用户信息",

+ 0
- 21
src/utils/baseService.ts 查看文件

@@ -151,27 +151,6 @@ export default {
// ),
// })
// }else{
// hasPathInArray(paths, url) ? : url /newDev
// 连本地用启动的项目
// if(url.startsWith('/invw')){
// console.log('===>userw本地')
// return httpN({
// url: 'http://localhost:9085' + url,
// method: 'post',
// timeout: 60000,
// headers: {
// 'Content-Type': 'application/json;charset=UTF-8',
// ...headers,
// },
// data: encryptionN(
// {
// ...body,
// },
// 2,
// hasPathInArray(paths, url)
// ),
// })
// }else{
return httpN({
url: urls + url,
method: 'post',

正在加载...
取消
保存