This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
if (options.item) {
|
||||
const item = JSON.parse(decodeURIComponent(options.item));
|
||||
this.detail = item;
|
||||
console.log("t1",this.detail)
|
||||
}
|
||||
|
||||
},
|
||||
|
@@ -58,7 +58,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 底部操作按钮 -->
|
||||
<view
|
||||
<!-- <view
|
||||
v-if="((!isManager && detailStep != 0) || (isManager && detailStep == 0)) && detailStep != 3&&!isNaomalUser"
|
||||
class="btn-group">
|
||||
<button class="btn ghost"
|
||||
@@ -67,7 +67,7 @@
|
||||
</view>
|
||||
<view class="kg">
|
||||
</view>
|
||||
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" />
|
||||
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" /> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -121,7 +121,6 @@ export default {
|
||||
else if (this.detail.status == 3) currentIndex = 2;
|
||||
else if (this.detail.status == 4) currentIndex = 3;
|
||||
this.detailStep = currentIndex;
|
||||
console.log('t1',this.de)
|
||||
},
|
||||
getStatusLabel(status) {
|
||||
const statusMap = {
|
||||
|
@@ -30,7 +30,6 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
if (options.item) {
|
||||
console.log('t1',options.item)
|
||||
const item = JSON.parse(decodeURIComponent(options.item));
|
||||
this.info = item;
|
||||
}
|
||||
|
Reference in New Issue
Block a user