ソースを参照

监测点数据调整不刷新列表bug

longmh 10 ヶ月 前
コミット
0a317dcbe2
2 ファイル変更2 行追加1 行削除
  1. 1 1
      src/views/cdt/menus/index.vue
  2. 1 0
      src/views/price/station/index.vue

+ 1 - 1
src/views/cdt/menus/index.vue

@@ -58,7 +58,7 @@
                                         {{ row?.permitCpyNames?.join(',') }}-{{
                                             NP.times(row?.priceDetail?.length&&row?.priceDetail[0]?.memberDiscount||0, 10)
                                         }}折
-                                        <span class="c-333 f-w-5">({{ row?.priceDetail?.length&&row?.priceDetail?[0]?.price }})</span>
+                                        <span class="c-333 f-w-5">({{ row?.priceDetail?.length&&row?.priceDetail[0]?.price }})</span>
                                     </view>
                                 </view>
                             </template>

+ 1 - 0
src/views/price/station/index.vue

@@ -97,6 +97,7 @@ const getList = async () => {
 };
 const handleQuery = () => {
     queryParams.value.pageNum = 1;
+    getTabs();
     getList();
 };
 const queryFormRef = ref<any>();