瀏覽代碼

人员档案回显

duy 2 年之前
父節點
當前提交
bccf31805a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/tentative/laboratory/user.vue

+ 5 - 0
src/views/tentative/laboratory/user.vue

@@ -266,6 +266,11 @@ const getTableData = async () => {
     tableLoading.value = false
     if (!error && code === 200) {
         tableData.value = getArrValue(data['records'])
+        tableData.value.forEach((item)=>{
+            if( item?.workingTime==-1){
+                item.workingTime=''
+            }
+        })
         searchForm.value.total = data.total || 0
     } else {
         tableData.value = []