|
@@ -241,7 +241,6 @@ export default {
|
|
|
|
|
|
async initForm() {
|
|
|
this.loading = true;
|
|
|
- // console.log(this.sitem);
|
|
|
await this.resetForm();
|
|
|
this.loading = false;
|
|
|
},
|
|
@@ -252,7 +251,6 @@ export default {
|
|
|
if (this.$refs.ruleForm) {
|
|
|
this.$refs.ruleForm.resetFields();
|
|
|
this.$refs.ruleForm.clearValidate();
|
|
|
- console.log(this.sitem);
|
|
|
const { post_company, post_code, post_fee, sendtime, send_num } =
|
|
|
this.sitem;
|
|
|
const {
|