Commit c7009759 by cwy

指标详情修改完成

parent 430501a3
......@@ -28,6 +28,13 @@ export function normApi() {
data,
});
},
normWhole: (data) => {
return request({
url: '/api/norm/whole',
method: 'post',
data,
});
},
normEdit: (data) => {
return request({
url: '/api/norm/edit',
......
......@@ -196,7 +196,6 @@ const backToPreviousPage = () => {
}
// 详情信息
const whole= () => {
alert(111)
router.push({
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