heyujie
2022-01-27 0f47dfaefc53d4e5e9322a83f0967159be9abbb2
性化设置:图标主题
3个文件已修改
8 ■■■■■ 已修改文件
src/pages/library/components/addBase.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/library/index/App.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/settings/views/generalSettings.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/library/components/addBase.vue
@@ -286,6 +286,7 @@
  },
  methods: {
    onSubmit(formName) {
      debugger
      if (this.form.id) {
        // id不为空,修改底库
        this.$refs[formName].validate(async (valid) => {
@@ -314,6 +315,7 @@
                type: "success",
              });
              this.$emit("refresh");
              this.$emit("closeAdd");
            } else {
              this.$notify({
                title: "失败",
src/pages/library/index/App.vue
@@ -34,14 +34,14 @@
            v-show="showType == 'car'"
          ></car-list>
        </div>
        <add-base
        <addBase
          ref="addBase"
          :baseObject="baseForEdit"
          :type="syncType"
          v-if="!showList"
          @refresh="findBaseSync"
          @closeAdd="closeAdd"
        ></add-base>
        ></addBase>
      </div>
    </div>
  </div>
src/pages/settings/views/generalSettings.vue
@@ -380,7 +380,7 @@
      }
    });
    const url = this.curUser.backgroundpic;
    this.activeIcons = this.curUser.useIconType-1
    this.activeIcons = this.curUser.useIconType
    if (url) {
      // const arr = url.split("/");
      this.activeBg = this.tableBGList.findIndex((x) => {