Explorar o código

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin hai 1 ano
pai
achega
cfc449a792

+ 1 - 1
src/views/engineeringAuxiliaryParts/partsListInfo/index.vue

@@ -361,7 +361,7 @@ export default {
       this.$refs.formRef.validate((valid, invalidFields, errLabels) => {
         if (valid) {
           ;[websitGoodsAloneAdd, websitGoodsAloneEdit]
-            [this.formDialogType]({ ...this.formData, goodsType: 'M' })
+            [this.formDialogType]({ ...this.formData, goodsType: 'P' })
             .then(res => {
               this.$message({ type: 'success', message: `${this.formDialogTitles[this.formDialogType]}成功!` })
               cancel('list')