Merge branch 'dev' of https://git.archgrid.xyz/zly/electricity_bill_calc_wx into dev
This commit is contained in:
commit
ce81f9fe0a
|
@ -7,7 +7,6 @@
|
|||
"postcss": true,
|
||||
"preloadBackgroundData": false,
|
||||
"ignoreDevUnusedFiles": false,
|
||||
"ignoreUploadUnusedFiles": false,
|
||||
"minified": true,
|
||||
"newFeature": false,
|
||||
"coverView": true,
|
||||
|
@ -28,7 +27,6 @@
|
|||
"outputPath": ""
|
||||
},
|
||||
"enableEngineNative": false,
|
||||
"useIsolateContext": true,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"packNpmManually": true,
|
||||
"packNpmRelationList": [
|
||||
|
@ -39,7 +37,10 @@
|
|||
],
|
||||
"minifyWXSS": true,
|
||||
"showES6CompileOption": false,
|
||||
"condition": false
|
||||
"condition": false,
|
||||
"compileWorklet": false,
|
||||
"ignoreUploadUnusedFiles": false,
|
||||
"useIsolateContext": true
|
||||
},
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
|
|
|
@ -23,7 +23,8 @@ export const deleteInvoiceInfo = async function(id) {
|
|||
|
||||
// 获取可开发票列表
|
||||
export const getInvoiceList = async function() {
|
||||
return await GET(`/wx/getInvoiceList`);
|
||||
const tenement = wx.getStorageSync('tenement');
|
||||
return await GET(`/wx/getInvoiceList?tenement=${tenement?.id}`);
|
||||
}
|
||||
|
||||
// 获取创建的发开票信息详情
|
||||
|
|
Loading…
Reference in New Issue
Block a user