浏览代码

修改bug

lichao 3 年之前
父节点
当前提交
d6bf0f8ced
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 3 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1140,7 +1140,6 @@
                 v-model="scope.row.tPackages"
                 placeholder="请选择货物类别"
                 clearable
-                :disabled="true"
                 multiple
               >
                 <el-option
@@ -2057,6 +2056,9 @@ export default {
       },(error) => {
         getAgreementByFCorpId(this.form.fCorpid).then((res) => {
           this.contractnoList = res.data.contractnoList;
+          this.contractnoList.forEach(item => {
+            item.tPackages = item.tPackages.map(e => e = e.toString())
+          })
         })
         this.openAgreement = true
       });