Browse Source

物料变更 2024/8/2

pull/1/head
test 4 months ago
parent
commit
5d104109b1
  1. 6
      src/pages/fg/fgChange.vue

6
src/pages/fg/fgChange.vue

@ -117,13 +117,12 @@ export default {
reason: ''
}
},
mounted() {},
onLoad(option) {
uni.setNavigationBarTitle({
title: option.title
})
this.getBusinessType()
this.options = getRemoveOption()
// this.options = getRemoveOption()
},
//
onNavigationBarButtonTap(e) {
@ -286,8 +285,11 @@ export default {
fgChangeCommit(params)
.then((res) => {
const ss = res
uni.hideLoading()
this.currentPackage = null
})
.catch((err) => {
uni.hideLoading()
this.showErrorMessage(err.message)
})
},

Loading…
Cancel
Save