Commit 376bd084dcb87d79b95d307835aa12b89d18cc86
1 parent
9f55c4b2
fix:内部生产表日期选项判空
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/project/finance/financeProfit/ProductProfit/InnerProduce/FinanceEdit.vue
@@ -211,7 +211,7 @@ | @@ -211,7 +211,7 @@ | ||
211 | // id: update.value.data.id, | 211 | // id: update.value.data.id, |
212 | // bgUrl: update.value.data.bgUrl, | 212 | // bgUrl: update.value.data.bgUrl, |
213 | // }; | 213 | // }; |
214 | - if (!input1.value || !input2.value || !input3.value || !input4.value) { | 214 | + if (!input3.value || !input4.value) { |
215 | error('选项不能为空'); | 215 | error('选项不能为空'); |
216 | } else { | 216 | } else { |
217 | await getServiceEdit({ | 217 | await getServiceEdit({ |