Explorar el Código

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

duy hace 1 mes
padre
commit
688357f014
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>