Explorar el Código

更新请求API

ZaiZai hace 2 años
padre
commit
61ea813cf4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/expense/finReimburse/index.vue

+ 3 - 0
src/views/expense/finReimburse/index.vue

@@ -77,9 +77,12 @@ const router = useRouter()
 onActivated(() => {
 onActivated(() => {
     getProjectData()
     getProjectData()
     getTableData()
     getTableData()
+
+    //测试查字典
     getChildListApi()
     getChildListApi()
 })
 })
 
 
+//测试查字典
 const getChildListApi = () => {
 const getChildListApi = () => {
     getChildList({
     getChildList({
         code: 'expense_fr_type'
         code: 'expense_fr_type'