瀏覽代碼

合同网签修改

rongxin_prod
QI_YUJIE 2 年之前
父節點
當前提交
3b75cbbcf7
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/views/sunVillage_info/list_cbf.vue

+ 2
- 2
src/views/sunVillage_info/list_cbf.vue 查看文件

@@ -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: '删除成功' });
});
},


Loading…
取消
儲存