| | |
| | | } from '@/api/technology/routing' |
| | | import { fetchList as getBomList } from '@/api/technology/completeproductstructure' |
| | | import { getByOperation } from '@/api/aps/capability' |
| | | import { fetchListByFather} from '@/api/basic/param' |
| | | import { remote } from '@/api/admin/dict' |
| | | import diagram from './diagram' |
| | | import operationDialog from '@/views/common/operation.vue' |
| | |
| | | |
| | | // 模板参数的选中结果返回 |
| | | selectTemplateParam(param) { |
| | | console.log(param); |
| | | let idList=[] |
| | | param.forEach(item=>{ |
| | | idList.push(item.id) |
| | | }) |
| | | console.log(idList); |
| | | let formData=new FormData() |
| | | formData.append("idList",idList) |
| | | fetchListByFather(formData).then((res) => { |
| | | console.log(res); |
| | | }) |
| | | if (param.length > 0) { |
| | | const paramrrs = { |
| | | id: this.dataForm.id, |