zhangzeli
2021-11-09 b51e256514dae8a13f6691dfd917e6ca031621fe
src/views/your/area-manage/areaManage.vue
@@ -273,6 +273,7 @@
  deleteAreaSection,
  addCustomer,
  deleteCustomer,
} from "@/api/open";
import util from "@/libs/util.js";
export default {
@@ -313,7 +314,7 @@
      areaForm: {
      },
      customerForm: {
        kstatus : 1
      },
      areaSectionForm: {
      },
@@ -779,6 +780,8 @@
      this.$refs.areaSectionForm.validate((valid) => {
        this.customerForm.lastTime = this.lastTime;
        this.customerForm.areaSectionId = this.areaSectionId;
        this.customerForm.areaId = this.areaId;
        this.customerForm.kstatus = 1;
        if (valid) {
          if (this.modalType == 0) {
            // 添加