Commit c7009759 by cwy

指标详情修改完成

parent 430501a3
...@@ -28,6 +28,13 @@ export function normApi() { ...@@ -28,6 +28,13 @@ export function normApi() {
data, data,
}); });
}, },
normWhole: (data) => {
return request({
url: '/api/norm/whole',
method: 'post',
data,
});
},
normEdit: (data) => { normEdit: (data) => {
return request({ return request({
url: '/api/norm/edit', url: '/api/norm/edit',
......
...@@ -196,7 +196,6 @@ const backToPreviousPage = () => { ...@@ -196,7 +196,6 @@ const backToPreviousPage = () => {
} }
// 详情信息 // 详情信息
const whole= () => { const whole= () => {
alert(111)
router.push({ router.push({
path: '/norm/list/whole',query: {norm_id:state.apiData.id} path: '/norm/list/whole',query: {norm_id:state.apiData.id}
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment