lx
This commit is contained in:
@@ -115,7 +115,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'id'
|
||||
'id',
|
||||
'token'
|
||||
])
|
||||
},
|
||||
created() {
|
||||
@@ -145,6 +146,8 @@ export default {
|
||||
// 获取人员编号
|
||||
getpeopleid() {
|
||||
this.PeopleNumber = this.id
|
||||
const a = this.token
|
||||
console.log(a, 1111)
|
||||
},
|
||||
aaa() {
|
||||
print('#print')
|
||||
@@ -174,9 +177,9 @@ export default {
|
||||
getCraftNumber() {
|
||||
CraftNumber(this.Partpaint).then(response => {
|
||||
this.partNumber = response.data[0].工艺计划流水号
|
||||
}).then(() => {
|
||||
this.getscantable()
|
||||
})
|
||||
console.log(this.partNumber, 1111)
|
||||
this.getscantable()
|
||||
},
|
||||
getPaint() {
|
||||
searchPartNumber(this.partNumber).then(response => {
|
||||
|
||||
Reference in New Issue
Block a user