@ -124,7 +124,6 @@
<el-select class="item_width_2"
v-model.trim="dataForm.isVaccination"
placeholder="请选择"
clearable
@change="isVacChange"
>
<el-option v-for="item in isVaccinationOption"
@ -257,6 +256,7 @@
return {
formType: "add",
visible: false,
btnDisable: false,
gridList: [],
villageList: [],
buildList: [],
@ -310,7 +310,6 @@
note: '',
checkState: '0',
checkReason: '',
btnDisable: false
}
},
@ -427,7 +426,7 @@
this.visible = true;
this.$nextTick(() => {
this.$refs['dataForm'].resetFields()
if (this.dataForm.id); {
if (this.dataForm.id !== '') {
this.getInfo()
})
@ -630,7 +629,7 @@
resetData () {
this.formData = {
this.dataForm = {
id: '',
customerId: '',
gridId: '',
@ -436,6 +436,7 @@ export default {
addDiaClose () {
this.checkVisible = false;
this.$refs.add_parameter.resetData()
getGridList() {
const { user } = this.$store.state