Merge branch 'master' of ssh://123.56.95.229:29418/高精

This commit is contained in:
liulujia1
2020-04-20 15:12:08 +08:00
13 changed files with 2338 additions and 135 deletions

View File

@@ -839,7 +839,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].质检类型,