Commit 7dc097d4 by 萱草

update: 自提点bug修复

parent 04cfe542
.w-280[data-v-1b2ddbf4]{width:280px}.w600[data-v-bc9361d6]{width:600px}
\ No newline at end of file
.w-280[data-v-1b2ddbf4]{width:280px}.w600[data-v-7f217284]{width:600px}
\ No newline at end of file
......@@ -33,7 +33,7 @@
</el-form-item>
</template>
<h3 class="pt20 pb20">自提点信息</h3>
<h3 class="pt20 pb20">自提点设置</h3>
<form-content :rule-form.sync="ruleForm"></form-content>
<el-form-item class="mt20">
<el-button @click="handleSubmit()" type="primary">{{ isAdd ? '确认新建' : '保存' }}</el-button>
......@@ -145,7 +145,7 @@ export default {
Object.keys(this.ruleForm).map(key => {
const obj = {};
if (key in res.result) {
obj[key] == info[key];
obj[key] = info[key];
// this.ruleForm[key] = info[key];
}
Object.assign(this.ruleForm, obj);
......
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