代码更新

This commit is contained in:
2022-12-17 15:34:48 +08:00
parent dad20a4a99
commit feeddcb824
4 changed files with 17 additions and 19 deletions

View File

@@ -309,21 +309,20 @@ export default {
}
}
},
created() {
checkoutbill.getInvTypes().then(res => {
this.invtypelist = res
})
const area_type = '1585167595403874304'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointlist = res
})
},
methods: {
open() {
crudUserStor.getSect({ 'stor_id': this.storId }).then(res => {
this.sects = res.content
})
const area_type = '1585167595403874304'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointlist = res
})
checkoutbill.getInvTypes().then(res => {
this.invtypelist = res
})
},
close() {
this.$refs['form2'].resetFields()