This commit is contained in:
张良(004796)
2024-05-15 17:00:58 +08:00
parent b2510ea7cb
commit fa20a76ed2

View File

@@ -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),