Browse Source

refactor(tentative): 移除排序弹窗的 loading 属性

duy 1 tháng trước cách đây
mục cha
commit
688357f014
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/tentative/detect/test.vue

+ 1 - 1
src/views/tentative/detect/test.vue

@@ -332,7 +332,7 @@
         </hc-new-dialog>
 
         <!-- 排序弹窗 -->
-        <hc-new-dialog v-model="sortDialog" title="排序" widths="38rem" :loading="tableLoading" @close="closeSort" @save="sortClick">
+        <hc-new-dialog v-model="sortDialog" title="排序" widths="38rem" @close="closeSort" @save="sortClick">
             <div>
                 <el-radio-group v-model="sortType">
                     <el-radio :value="1">记录/报告编号(升序)</el-radio>