Przeglądaj źródła

合同网签修改

rongxin_prod
QI_YUJIE 2 lat temu
rodzic
commit
3b75cbbcf7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/views/sunVillage_info/list_cbf.vue

+ 2
- 2
src/views/sunVillage_info/list_cbf.vue Wyświetl plik

@@ -90,7 +90,7 @@
</template> </template>


<script> <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 vueEsign from "vue-esign";
import $ from "jquery"; import $ from "jquery";
import Cookies from "js-cookie"; import Cookies from "js-cookie";
@@ -211,7 +211,7 @@
}); });
}, },
deleteFile(file){ deleteFile(file){
removeAttach(file.id).then(res => {
attachmentRemove(file.id).then(res => {
this.$notify({ type: 'success', message: '删除成功' }); this.$notify({ type: 'success', message: '删除成功' });
}); });
}, },


Ładowanie…
Anuluj
Zapisz