更新
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<script>
|
||||
import refineryInfoServe from 'api/refineryInfo.js'
|
||||
import serve from 'api/refineryAccount/rechargeManagement.js'
|
||||
import serve from '@/api/refineryAccount/rechargeManagement.js'
|
||||
|
||||
import autocomplete from 'components/autocomplete/index.vue'
|
||||
export default {
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
submit() {
|
||||
this.$refs['form'].validate(valid => {
|
||||
if (valid) {
|
||||
serve.rechargeTurnSave(this.form).then(res => {
|
||||
serve.save(this.form).then(res => {
|
||||
if (res.code === 20000) {
|
||||
this.$message.success(res.msg)
|
||||
this.closeWindow()
|
||||
|
||||
Reference in New Issue
Block a user