|
@@ -124,6 +124,7 @@ export default { |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
|
|
|
clearInterval(); |
|
|
this.getDicts("project_type").then(response => { |
|
|
this.getDicts("project_type").then(response => { |
|
|
console.log(response) |
|
|
console.log(response) |
|
|
response.data.map(item => { |
|
|
response.data.map(item => { |
|
|