|
@@ -190,7 +190,7 @@
|
|
|
<!-- 底部按钮 -->
|
|
<!-- 底部按钮 -->
|
|
|
<div class="button_btn">
|
|
<div class="button_btn">
|
|
|
<div @click="$router.go(-1)">返 回</div>
|
|
<div @click="$router.go(-1)">返 回</div>
|
|
|
- <div class="edit" @click="outBtnOk">保 存</div>
|
|
|
|
|
|
|
+ <div class="edit" @click="outBtnOk(false)">保 存</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 点击 文物 的+号出现弹出层 -->
|
|
<!-- 点击 文物 的+号出现弹出层 -->
|
|
|
<el-dialog
|
|
<el-dialog
|
|
@@ -750,7 +750,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
- this.topTabInd = index
|
|
|
|
|
|
|
+ if (index !== false) this.topTabInd = index
|
|
|
this.cuontChange1 =
|
|
this.cuontChange1 =
|
|
|
this.cuontChange2 =
|
|
this.cuontChange2 =
|
|
|
this.cuontChange3 =
|
|
this.cuontChange3 =
|