Browse Source

修改bug

qukaidi 3 years ago
parent
commit
b3d9f53588
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/workManagement/main-items/detailsPage.vue

+ 2 - 1
src/views/workManagement/main-items/detailsPage.vue

@@ -730,7 +730,7 @@ export default {
         this.goodsDescList = res.data.data
         let form = this.detailData.data
         this.form.corpId = form.corpId
-        this.form.corpName = form.corpName
+        // this.form.corpName = form.corpName
         form.itemList.forEach(e => {
           this.goodsDescList.forEach(item => {
             if (e.spId == item.id) {
@@ -1122,6 +1122,7 @@ export default {
           const params = {
             ...this.form,
             ...this.formTwo,
+            corpName:null,
             itemList: this.dataList,
             filesList: this.upLoadData
           }