提交
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
|
Reference in New Issue
Block a user