|
|
@@ -90,7 +90,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { getCbf, getCbhtList, cbhtSecondSign, attachmentQuery, attachmentUpload, removeAttach } from "@/api/sunVillage_info/fixedAssets"; |
|
|
|
import { getCbf, getCbhtList, cbhtSecondSign, attachmentQuery, attachmentUpload, attachmentRemove } from "@/api/sunVillage_info/fixedAssets"; |
|
|
|
import vueEsign from "vue-esign"; |
|
|
|
import $ from "jquery"; |
|
|
|
import Cookies from "js-cookie"; |
|
|
@@ -211,7 +211,7 @@ |
|
|
|
}); |
|
|
|
}, |
|
|
|
deleteFile(file){ |
|
|
|
removeAttach(file.id).then(res => { |
|
|
|
attachmentRemove(file.id).then(res => { |
|
|
|
this.$notify({ type: 'success', message: '删除成功' }); |
|
|
|
}); |
|
|
|
}, |
|
|
|