Sfoglia il codice sorgente

修改物品管理的保存字段

695593266@qq.com 10 mesi fa
parent
commit
212e0d0613

+ 1 - 1
src/views/material/product/detail.vue

@@ -1235,7 +1235,7 @@
             name: this.form.name,
             modelType: this.form.modelType,
             specification: this.form.specification,
-            isUpdate: this.isUpdate * 1 || 0
+            isUpdate: this.$route.query.isUpdate
           };
 
           if (!(await this.verifyDuplicate(req))) return;

+ 1 - 1
src/views/material/product/oneProduct.vue

@@ -119,7 +119,7 @@
             </IndexData>
           </div>
         </template>
-      </ele-split-layout>
+      </ele-split-layout>fv
     </el-card>
   </div>
 </template>