代码备份

master
1178634255 2 years ago
parent 6e7562bfb0
commit b44b4a41a2

@ -14,8 +14,8 @@ export function filterCompanyCert(query) {
export function filterCompanyCPCert(query) { export function filterCompanyCPCert(query) {
return axios( return axios(
{ {
url: "/reg/company/cert/filterList", // url: "/reg/company/cert/filterList",
// url: "/sup/company/cert/filterList", url: "/sup/company/cert/filterList",
method: "get", method: "get",
params: query params: query
} }

@ -365,7 +365,13 @@ import {
verifyTemplateFile verifyTemplateFile
} from '@/api/purchase/supCompany' } from '@/api/purchase/supCompany'
import {addOrModifyCompany, getCompanyList} from "@/api/purchase/supManufacturer"; import {addOrModifyCompany, getCompanyList} from "@/api/purchase/supManufacturer";
import {auditSupCert, deleteCompanyCert, filterCompanyCert, revokeSupCert} from "@/api/purchase/companyCert"; import {
auditSupCert,
deleteCompanyCert,
filterCompanyCert,
filterCompanyCPCert,
revokeSupCert
} from "@/api/purchase/companyCert";
import companyAddCert from "@/views/purchase/cert/supCertAddDialog"; import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
import {getUUID} from "@/utils/strUtil"; import {getUUID} from "@/utils/strUtil";
import ElImageViewer from 'element-ui/packages/image/src/image-viewer' import ElImageViewer from 'element-ui/packages/image/src/image-viewer'
@ -697,7 +703,7 @@ export default {
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk; this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk;
this.certQuery.productIdFk = this.inputQuery.productId; this.certQuery.productIdFk = this.inputQuery.productId;
this.certQuery.type = 3; this.certQuery.type = 3;
filterCompanyCert(this.certQuery) filterCompanyCPCert(this.certQuery)
.then((response) => { .then((response) => {
this.certLoading = false; this.certLoading = false;
this.certList = response.data.list || []; this.certList = response.data.list || [];

Loading…
Cancel
Save