|
|
@@ -95,16 +95,6 @@ |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.houseGetDicts("asset_status").then((response) => { |
|
|
|
this.assetStatusOptions = response.data; |
|
|
|
}); |
|
|
|
this.houseGetDicts("asset_type").then((response) => { |
|
|
|
this.assetTypeOptions = response.data; |
|
|
|
}); |
|
|
|
this.houseGetDicts("use_type").then((response) => { |
|
|
|
this.useTypeOptions = response.data; |
|
|
|
}); |
|
|
|
console.log(Cookies.get('bookId')) |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|
if (this.$route.query.type == 'code'){ |
|
|
|