Pārlūkot izejas kodu

合同网签修改

rongxin_prod
QI_YUJIE pirms 2 gadiem
vecāks
revīzija
64846b9122
2 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  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 Parādīt failu

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


+ 4
- 5
src/views/sunVillage_info/list_multipleLots.vue Parādīt failu

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


<script> <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 vueEsign from "vue-esign";
import signatureUploadSignature from "@/views/yinnong/signatureUploadSignature";
import $ from "jquery"; import $ from "jquery";


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


Notiek ielāde…
Atcelt
Saglabāt