瀏覽代碼

no message

linwenxin 1 年之前
父節點
當前提交
8df2e0344f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/engineeringAuxiliaryParts/partsListInfo/index.vue

+ 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')