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

Loading…
Cancel
Save