代码更新
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
v-if="dialogShow"
|
||||
@close="close"
|
||||
>
|
||||
<el-form ref="form" :model="formMst" :rules="rules" size="mini" label-width="130px">
|
||||
<el-form ref="form3" :model="formMst" :rules="rules" size="mini" label-width="130px">
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="收货单位:">
|
||||
@@ -178,9 +178,9 @@ export default {
|
||||
})
|
||||
},
|
||||
close() {
|
||||
this.$refs['form'].resetFields()
|
||||
this.$refs['form3'].resetFields()
|
||||
this.$emit('update:dialogShow', false)
|
||||
this.crud.resetQuery(true)
|
||||
// this.crud.resetQuery(true)
|
||||
},
|
||||
moneySubmit() {
|
||||
checkoutbill.moneySubmit(this.formMst).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user