工时查询修改工时
This commit is contained in:
@@ -70,7 +70,6 @@ export default {
|
||||
methods: {
|
||||
fetchData() {
|
||||
this.project = []
|
||||
console.log(1111)
|
||||
initProject().then(response => {
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
this.project.push({
|
||||
|
||||
Reference in New Issue
Block a user