WangHan
2024-12-19 ed6c6350015d52ea1cb033c7558f72b721ece84a
打包名称修改,去除错误输出
4个文件已修改
23 ■■■■ 已修改文件
admin-web/src/views/foundation/classification/edit.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin-web/src/views/foundation/classification/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin-web/src/views/foundation/material/edit.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin-web/vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin-web/src/views/foundation/classification/edit.vue
@@ -140,10 +140,6 @@
                  this.close();
                  this.$emit('search');
                })
                .catch((err) => {
                  this.$message.warning(err.msg);
                  this.loading = false
                });
          }
        } else {
          this.$message.error('校验未通过,请检查。');
admin-web/src/views/foundation/classification/index.vue
@@ -229,9 +229,7 @@
            vm.$modal.msgSuccess(text + '成功');
            vm.search();
          }
        }).catch((err) => {
          vm.$message.warning(err.msg);
        });
        })
      });
    },
    del(row) {
@@ -242,9 +240,6 @@
            that.$message.success('删除成功!');
            that.refreshData();
          })
            .catch((err) => {
              that.$message.warning(err.msg);
            });
      });
    },
    showAdd() {
admin-web/src/views/foundation/material/edit.vue
@@ -160,10 +160,7 @@
              } else {
                this.$message.error('保存失败')
              }
            }).catch((err) => {
              this.$message.warning(err.msg)
              this.loading = false
            });
            })
          } else {
            params.orgId = this.setting.orgId
            addGoods(params).then(res => {
@@ -175,10 +172,7 @@
              } else {
                this.$message.error('保存失败')
              }
            }).catch(() => {
              this.$message.warning(err.msg)
              this.loading = false
            });
            })
          }
        } else {
          this.$message.error('校验未通过,请检查。')
admin-web/vue.config.js
@@ -27,7 +27,7 @@
  transpileDependencies: ['element-ui', 'vuex', 'js-cookie', '@babel', 'resize-detector'],
  publicPath: './',
  // publicPath: '/',
  outputDir: 'lowConsumWeb',
  outputDir: 'lowconsum',
  assetsDir: 'static',
  lintOnSave: process.env.NODE_ENV === 'development',
  productionSourceMap: false,