init
This commit is contained in:
@@ -348,6 +348,7 @@ export default {
|
|||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if(this.form.id){
|
if(this.form.id){
|
||||||
|
this.buttonLoading = true;
|
||||||
updateActivityShop({
|
updateActivityShop({
|
||||||
...this.form,
|
...this.form,
|
||||||
cityCode: this.getCode(this.form.cityCode),
|
cityCode: this.getCode(this.form.cityCode),
|
||||||
|
|||||||
Reference in New Issue
Block a user