delete
This commit is contained in:
@@ -47,21 +47,15 @@
|
||||
|
||||
<div class="btn" @click="submit">保存</div>
|
||||
</div>
|
||||
|
||||
<!-- <component v-else :is="comp" @back="backlist"></component> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
// import walkObject from './walkObject'
|
||||
|
||||
export default {
|
||||
name: 'add',
|
||||
components: {
|
||||
// walkObject,
|
||||
// selectType,
|
||||
},
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
@@ -198,14 +192,6 @@ export default {
|
||||
this.forms.areaId = e
|
||||
},
|
||||
|
||||
// backlist(e) {
|
||||
// this.forms.create_user_name = e.item.create_user_name
|
||||
// this.forms.menuLevel3Name = e.menuLevel3Name
|
||||
// this.forms.applicationId = e.appId
|
||||
// this.forms.optionId = e.item.id
|
||||
// this.addList = true
|
||||
// },
|
||||
|
||||
realityStstus(e) {
|
||||
this.forms.reality = e[0].label
|
||||
this.forms.realityValue = e[0].value
|
||||
|
||||
Reference in New Issue
Block a user