|
@@ -108,10 +108,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rightBox" v-if="this.steps == 1">
|
|
|
- <div class="updateMask" :style="{ height: rightBoxHeight + 'px' }" v-if="cid && userid != courseUserid">
|
|
|
- </div>
|
|
|
+ <!-- <div class="updateMask" :style="{ height: rightBoxHeight + 'px' }" v-if="cid && userid != courseUserid">
|
|
|
+ </div> -->
|
|
|
<div class="whiteBg">
|
|
|
- <div class="right_title" :class="{ updateTips: cid && userid != courseUserid }">
|
|
|
+ <!-- :class="{ updateTips: cid && userid != courseUserid }" -->
|
|
|
+ <div class="right_title" >
|
|
|
项目基本信息
|
|
|
</div>
|
|
|
<div class="basic_box">
|
|
@@ -2529,7 +2530,7 @@ export default {
|
|
|
this.addWork();
|
|
|
} else {
|
|
|
if (this.userid != this.courseUserid) {
|
|
|
- // this.updateWork2();
|
|
|
+ this.updateWork2();
|
|
|
} else {
|
|
|
this.updateWork();
|
|
|
}
|
|
@@ -2559,6 +2560,7 @@ export default {
|
|
|
} else {
|
|
|
if (this.userid != this.courseUserid) {
|
|
|
// this.updateWork2();
|
|
|
+ this.updateWork();
|
|
|
} else {
|
|
|
this.updateWork();
|
|
|
}
|
|
@@ -2594,6 +2596,7 @@ export default {
|
|
|
} else {
|
|
|
if (this.userid != this.courseUserid) {
|
|
|
// this.updateWork2();
|
|
|
+ this.updateWork();
|
|
|
} else {
|
|
|
this.updateWork();
|
|
|
}
|
|
@@ -2632,7 +2635,7 @@ export default {
|
|
|
this.addWork();
|
|
|
} else {
|
|
|
if (this.userid != this.courseUserid) {
|
|
|
- // this.updateWork2();
|
|
|
+ this.updateWork2();
|
|
|
} else {
|
|
|
this.updateWork();
|
|
|
}
|