@@ -221,7 +221,6 @@
<el-button
style="margin-left: 20px;"
type="primary"
- native-type="submit"
@click="handleClickConfigUpateButton">
Save
</el-button>
@@ -324,7 +324,6 @@
@@ -315,7 +315,6 @@
@@ -257,7 +257,6 @@
@@ -259,7 +259,6 @@
v-if="!isView"
@@ -110,7 +110,6 @@
@click="handleClickSaveButton">
@@ -98,7 +98,6 @@
@click="onSaveClick">
@@ -222,7 +221,11 @@
} else {
this.form.providerLogo = "";
}
- this.isEdit ? this.updateProvider() : this.addProvider();
+ if (this.isEdit){
+ this.updateProvider()
+ } else {
+ this.addProvider();
+ }
})
},
@@ -93,7 +93,6 @@
@@ -294,7 +294,6 @@
@click="handleUpateButton">
Update Changes