This commit is contained in:
2024-04-09 10:43:58 +08:00
parent 417ba1454c
commit ba1817583d
12 changed files with 109 additions and 41 deletions

View File

@@ -1,3 +1,5 @@
import { getInvoiceInfoList } from "../../../../service/invoice"
// pages/invoiceList/components/info/index.js
Component({
@@ -7,7 +9,11 @@ Component({
properties: {
},
lifetimes: {
attached() {
getInvoiceInfoList()
}
},
/**
* 组件的初始数据
*/