This commit is contained in:
liushuai
2020-04-18 17:41:57 +08:00
parent 1dffa2a8c3
commit 0bd9cd0189
6 changed files with 38 additions and 10 deletions

View File

@@ -838,7 +838,6 @@ export default {
},
QualityType() {
QualityType().then(response => {
console.log(response.data)
for (let i = 0; i < response.data.length; i++) {
this.QualityTypeNumber.push({
label: response.data[i].质检类型,