|
@@ -443,13 +443,12 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
getList() {},
|
|
getList() {},
|
|
handleBack() {
|
|
handleBack() {
|
|
- console.log(this.$parent)
|
|
|
|
if (this.$parent.$parent.$parent.$parent.isShow == 10) {
|
|
if (this.$parent.$parent.$parent.$parent.isShow == 10) {
|
|
this.$parent.$parent.$parent.$parent.isShow = 8
|
|
this.$parent.$parent.$parent.$parent.isShow = 8
|
|
} else if (this.$parent.$parent.$parent.$parent.isShow == 12) {
|
|
} else if (this.$parent.$parent.$parent.$parent.isShow == 12) {
|
|
this.$parent.$parent.$parent.$parent.isShow = 4
|
|
this.$parent.$parent.$parent.$parent.isShow = 4
|
|
- } else if (this.$parent.$parent.$parent.isShow == 4) {
|
|
|
|
- this.$parent.isEdit = 1
|
|
|
|
|
|
+ } else if (this.$parent.$parent.$parent.isShow == 12) {
|
|
|
|
+ this.$parent.$parent.$parent.isShow = 4
|
|
} else {
|
|
} else {
|
|
this.$parent.isCondition = 0
|
|
this.$parent.isCondition = 0
|
|
Object.assign(this.$data, this.$options.data())
|
|
Object.assign(this.$data, this.$options.data())
|