mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
!279 bug修复
Merge pull request !279 from 杨建炊/fix-release-1.0.0/yjc-migrate
This commit is contained in:
commit
86ea84f4cb
2
public/dist/index.html
vendored
2
public/dist/index.html
vendored
@ -1 +1 @@
|
|||||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>erp</title><script defer="defer" src="js/chunk-vendors.04652b46.js"></script><script defer="defer" src="js/app.10acb235.js"></script><link href="css/chunk-vendors.77489a8d.css" rel="stylesheet"><link href="css/app.7e37f273.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but erp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>erp</title><script defer="defer" src="js/chunk-vendors.04652b46.js"></script><script defer="defer" src="js/app.0a4e86cb.js"></script><link href="css/chunk-vendors.77489a8d.css" rel="stylesheet"><link href="css/app.7e37f273.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but erp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||||
2
public/dist/js/19.39213a6d.js
vendored
2
public/dist/js/19.39213a6d.js
vendored
File diff suppressed because one or more lines are too long
1
public/dist/js/19.39213a6d.js.map
vendored
1
public/dist/js/19.39213a6d.js.map
vendored
File diff suppressed because one or more lines are too long
2
public/dist/js/986.66d13cb6.js
vendored
Normal file
2
public/dist/js/986.66d13cb6.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/dist/js/986.66d13cb6.js.map
vendored
Normal file
1
public/dist/js/986.66d13cb6.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
public/dist/js/app.0a4e86cb.js
vendored
Normal file
2
public/dist/js/app.0a4e86cb.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/dist/js/app.10acb235.js
vendored
2
public/dist/js/app.10acb235.js
vendored
File diff suppressed because one or more lines are too long
@ -132,6 +132,7 @@ export default {
|
|||||||
this.btnLoading = false
|
this.btnLoading = false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
params.shop_id = this.id
|
||||||
updateShopAddress(params).then((res) => {
|
updateShopAddress(params).then((res) => {
|
||||||
this.$message({ type: 'success', message: '添加成功' })
|
this.$message({ type: 'success', message: '添加成功' })
|
||||||
this.printVisible = false
|
this.printVisible = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user