1
lkk
2025-04-03 5da871a9345d1b80767623cdbe74a45e3ff5532b
src/views/picture/picture/index.vue
@@ -335,7 +335,7 @@
      />
    </div>
    <Public ref="aaa" @add="handleChanges" />
    <Public ref="aaa" :last-desc="form.conclusion" @add="handleChanges" />
  </div>
</template>
@@ -850,14 +850,17 @@
      }
    },
    handleChanges(value) {
    handleChanges(value,yxbx) {
      this.form.conclusion = value;
      this.form.proResult = yxbx;
    },
    submiepilog() {
      this.$refs.aaa.open = true;
      let proId = "1633660948860522585";
      // let proId = null
      this.$refs.aaa.getList(proId);
    },
    tupian() {
      this.dialogVisible = true;