Sfoglia il codice sorgente

合同网签修改

rongxin_prod
QI_YUJIE 2 anni fa
parent
commit
64846b9122
2 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. +2
    -0
      src/views/sunVillage_info/list_cbht.vue
  2. +4
    -5
      src/views/sunVillage_info/list_multipleLots.vue

+ 2
- 0
src/views/sunVillage_info/list_cbht.vue Vedi File

@@ -195,6 +195,8 @@
params.append("file", file.file);
commonAttach(params).then(response => {
this.$notify({ type: 'success', message: '上传成功' });
let newFile = this.fileList[this.fileList.length - 1];
this.$set(newFile, 'id', response.id);
});
},
deleteFile(file){


+ 4
- 5
src/views/sunVillage_info/list_multipleLots.vue Vedi File

@@ -86,16 +86,13 @@
</template>

<script>
import { listMultiplelots, multipleLotsFirstSign } from "@/api/sunVillage_info/fixedAssets";
import {attachmentList, commonAttach, systemAttachment} from "@/api/sunVillage_info/fixedAssets";
import request from "@/utils/request";
import { listMultiplelots, multipleLotsFirstSign, attachmentList, commonAttach, systemAttachment } from "@/api/sunVillage_info/fixedAssets";
import vueEsign from "vue-esign";
import signatureUploadSignature from "@/views/yinnong/signatureUploadSignature";
import $ from "jquery";

export default {
name: "sunVillageInfoListMultipleLots",
components: {vueEsign, signatureUploadSignature},
components: { vueEsign },
data() {
return {
applicationList: [],
@@ -189,6 +186,8 @@
params.append("file", file.file);
commonAttach(params).then(response => {
this.$notify({ type: 'success', message: '上传成功' });
let newFile = this.fileList[this.fileList.length - 1];
this.$set(newFile, 'id', response.id);
});
},
deleteFile(file){


Caricamento…
Annulla
Salva