doctor-admin-components 1.0.13-beta.43 → 1.0.13-beta.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: zhangpengwei 15038779532@163.com
|
|
3
3
|
* @Date: 2023-07-20 17:13:54
|
|
4
4
|
* @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
|
|
5
|
-
* @LastEditTime: 2024-04-10
|
|
5
|
+
* @LastEditTime: 2024-04-10 20:22:55
|
|
6
6
|
* @FilePath: /recycle-vue-ui再生博士后台管理/src/views/biz/contractTracing/contractTracingDetail.vue
|
|
7
7
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
8
|
-->
|
|
@@ -154,8 +154,8 @@ export default {
|
|
|
154
154
|
const contractId = this.$route.params && this.$route.params.contractId;
|
|
155
155
|
this.getContract(contractId);
|
|
156
156
|
const activeName = this.$route.query && this.$route.query.activeName;
|
|
157
|
-
|
|
158
|
-
this.activeName = 'fourth'
|
|
157
|
+
this.activeName = activeName || 'first';
|
|
158
|
+
// this.activeName = 'fourth'
|
|
159
159
|
localStorage.setItem('contractDetail', location.href);
|
|
160
160
|
location.href;
|
|
161
161
|
},
|