Browse Source

fix: 空派收入单价更新问题

lyc 1 week ago
parent
commit
8b2de858e4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/kongPai/income.vue

+ 1 - 2
src/views/kongPai/income.vue

@@ -676,8 +676,7 @@ export default {
       data.newsCustomerConfirmUnitPrice = data.CustomerConfirmUnitPrice
       if (
         !data.CustomerConfirmUnitPrice ||
-        data.CustomerConfirmUnitPrice == 0 ||
-        data.ForecastTime
+        data.CustomerConfirmUnitPrice == 0
       ) {
         const paramsData = {
           OrderId: data.Id,