heyujie
2022-01-28 ea05b9be825899d4c86d131fb9a38ad58f078fa5
src/pages/library/components/addBase.vue
@@ -344,7 +344,6 @@
              enabled: this.form.enabled,
              tableDesc: this.form.tableDesc,
              analyServerId: this.type,
              // isSync: this.form.isSync,
            })
              .then((res) => {
                this.$notify({
@@ -353,6 +352,7 @@
                  type: "success",
                });
                this.$emit("refresh");
                this.$emit("closeAdd");
              })
              .catch((err) => {
                this.$notify({