Commit da0332a1 authored by zhengke's avatar zhengke

11

parent 2be1b4bf
......@@ -296,7 +296,7 @@
<div class="form-box" v-if="show">
<el-collapse v-model="activeNames" @change="handleChange">
<el-collapse-item title="详情信息" name="3">
<el-collapse-item title="更多信息" name="3">
<el-form :model="form" ref="form" class="MyEditForm">
<el-col :span="8">
<div class="MyEditForm-item label-pad-left">
......@@ -546,7 +546,7 @@
fileList: [],
CustomerLevelEnum: [],
CustomerBrandList: [],
activeNames: ['3'],
activeNames: ['0', '1'],
form: {
Id: 0,
SurName: '',
......@@ -766,7 +766,7 @@
watch: {
CustomerId: {
handler(val, oldVal) {
console.log(val)
// console.log(val)
},
deep: true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment