|
|
@ -498,6 +498,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getCodeDetailList() {
|
|
|
|
getCodeDetailList() {
|
|
|
|
this.codeDetailLoading = true;
|
|
|
|
this.codeDetailLoading = true;
|
|
|
|
|
|
|
|
this.codeQuery.productName= this.codeQuery.cpmctymc;
|
|
|
|
filterDetail(this.codeQuery).then((res) => {
|
|
|
|
filterDetail(this.codeQuery).then((res) => {
|
|
|
|
this.codeDetailLoading = false;
|
|
|
|
this.codeDetailLoading = false;
|
|
|
|
if (res.code === 20000) {
|
|
|
|
if (res.code === 20000) {
|
|
|
|