qinxianzhangyao
2024-04-26 1e4a70437b5e2f7bd027ebc4081c22b315da3025
src/components/createproposal/index.vue
@@ -109,15 +109,19 @@
      console.log(val, 111);
      this.propform.advice = val.proParentList;
      this.isZjs = val.isZj;
      if(val.proParentList){
        this.getList();
      }
    },
  },
  mounted() {
    this.propform.kjbq = [];
    this.getList();
    // this.getList();
  },
  created() {
    this.getList();
    // this.getList();
  },
  methods: {
    getList() {
@@ -163,8 +167,6 @@
    },
    handleCheckedCitiesChange(val) {},
    handleOk() {
      console.log(this.isZjs);
      if (this.isZjs == 0) {
        let data = {
          title: this.propform.title,