瀏覽代碼

牌号字段修改

yusheng 10 月之前
父節點
當前提交
93711b1824
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/login/index.vue
  2. 1 1
      src/views/saleManage/saleOrder/components/bomDialog.vue

+ 1 - 1
src/views/login/index.vue

@@ -194,7 +194,7 @@
               this.$message.success(res.message);
 
               // this.$store.dispatch('user/getCurrentUserAuthorityDept');
-              this.$store.dispatch('paramsSetData/setParamsDataInfo');
+              // this.$store.dispatch('paramsSetData/setParamsDataInfo');
               this.goHome();
             })
             .catch((e) => {

+ 1 - 1
src/views/saleManage/saleOrder/components/bomDialog.vue

@@ -238,7 +238,7 @@
           // },
 
           {
-            prop: 'brandNum',
+            prop: 'productBrand',
             label: '牌号'
           },