|
@@ -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){ |
|
|