mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
优化代码
This commit is contained in:
@@ -165,22 +165,6 @@ export default {
|
||||
// window.localStorage.removeItem('parmas1');
|
||||
}
|
||||
|
||||
|
||||
if (this.mask !== '1') {
|
||||
setTimeout(() => {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_right_button', {
|
||||
btns: [
|
||||
{
|
||||
title: '考勤记录',
|
||||
titleColor: 'FF0000',
|
||||
route: { flag: '', extra: {} },
|
||||
},
|
||||
],
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
// this.performanceData()
|
||||
if (this.code == '') {
|
||||
this.getPerformanceHeader1()
|
||||
@@ -197,9 +181,7 @@ export default {
|
||||
mounted() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
||||
methods: {
|
||||
timePopup() {
|
||||
this.dateShow = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user