Kaynağa Gözat

Merge branch 'dev' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc into dev

lihongxiao 2 yıl önce
ebeveyn
işleme
63155ece03

+ 1 - 1
src/views/AgreementManage/CarInsurance/AgreementEntry.vue

@@ -384,7 +384,7 @@
           <el-checkbox v-for="city in productsTypeoptions" :label="city.dictValue" :key="city.dictValue">{{ city.dictTag
           }}</el-checkbox>
         </el-checkbox-group>
-        <el-button type="success" size="small" style="margin-left: 20px" @click="productAdd">产品录入</el-button>
+        <el-button type="success" size="small" style="margin-left: 20px" :disabled="productCostForm.productId.length==0" @click="productAdd">产品录入</el-button>
         <el-button type="success" size="small" style="margin-left: 20px" @click="productHistory">历史记录</el-button>
       </div>
       <el-form :inline="true" :model="productpageRequest" class="demo-form-inline" size="small">