产品标准-修订时选择代替企标编号-发布稿带到历史版本

This commit is contained in:
zyn
2023-04-20 16:26:54 +08:00
parent ebd700d91b
commit a7b2d12990
3 changed files with 55 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
import axios from '@/common/axios'
// 根据企标编号查找文件
export function selectByIdAtt(id){
return axios._getData('/lawss/sarBussionessStand/selectByIdAtt', { id })
}