const _Http = getApp().globalData.http; Component({ properties: { sa_projectid: String, sa_projstagetempid: String }, data: { workList: [], //工作 }, methods: { } })